fixing the xdebug error with php 7.1, nightly and HHVM-3.15
This commit is contained in:
parent
d7a0ed0611
commit
e52ca954f0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ env:
|
|||
|
||||
before_script:
|
||||
- if [[ $TRAVIS_PHP_VERSION = '7.0' && $DB = 'sqlite' ]]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; else PHPUNIT_FLAGS=""; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION != '7.0' && $TRAVIS_PHP_VERSION != 'hhvm' ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION -lt '7.0' && $TRAVIS_PHP_VERSION != 'hhv*' ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- composer self-update
|
||||
- composer install --prefer-source
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue