Fix issue with non-zero exit code for phpenv

This commit is contained in:
Ben Ramsey
2020-01-29 13:32:39 -06:00
parent 931dd51d61
commit 6d5f8663ef
+1 -4
View File
@@ -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