Fix script for Travis CI

This commit is contained in:
Ben Ramsey
2020-01-29 13:22:08 -06:00
parent 52cbbe34be
commit 46ef3acb52
+4 -1
View File
@@ -47,7 +47,10 @@ before_install:
- ./resources/scripts/cmd-proxy.sh ./resources/scripts/system-info.sh
install:
- [ "${TRAVIS_EVENT_TYPE}" != "cron" ] && phpenv config-rm xdebug.ini
- |
if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; fi
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