Update .travis.yml

This commit is contained in:
Graham Campbell
2017-06-28 21:53:07 +01:00
committed by GitHub
parent 3eec708a9f
commit 7289a4f06c

View File

@@ -11,7 +11,7 @@ before_install:
- cp .env.example .env
- if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
install: travis_retry composer install --no-interaction --no-scripts --prefer-source --no-suggest
install: travis_retry composer install --no-interaction --no-scripts --no-suggest
notifications:
email: false