$TRAVIS_PHP_VERSION will now never be HHVM

This commit is contained in:
James Brooks
2016-08-22 15:24:27 +01:00
committed by GitHub
parent c278e4b821
commit 5686aeba30

View File

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