mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix issue with non-zero exit code for phpenv
This commit is contained in:
+1
-4
@@ -45,12 +45,9 @@ addons:
|
||||
before_install:
|
||||
- travis_retry ./resources/scripts/travis-before-install.sh
|
||||
- ./resources/scripts/cmd-proxy.sh ./resources/scripts/system-info.sh
|
||||
- if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; then phpenv config-rm xdebug.ini || echo 'No xdebug config.'; fi
|
||||
|
||||
install:
|
||||
- |
|
||||
if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; then
|
||||
phpenv config-rm xdebug.ini
|
||||
fi
|
||||
- travis_retry ./resources/scripts/cmd-proxy.sh composer require --no-update "php-coveralls/php-coveralls:^1 | ^2"
|
||||
- travis_retry ./resources/scripts/cmd-proxy.sh composer install --no-interaction --prefer-dist --no-progress --no-suggest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user