Revert to original travis config

This commit is contained in:
Graham Campbell 2017-06-28 22:53:06 +01:00 committed by GitHub
parent c9ca99990c
commit 81fc6479d5

View File

@ -12,13 +12,8 @@ php:
- 7.1
- hhvm
before_install:
- cp .env.example .env
- if [[ $TRAVIS_PHP_VERSION == hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini; fi
before_install: cp .env.example .env
install: travis_retry composer install --no-interaction --no-suggest
notifications:
email: false
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
script: vendor/bin/phpunit