1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00

fixing the xdebug error with php 7.1, nightly and HHVM-3.15

This commit is contained in:
Walt Sorensen 2016-09-09 15:42:31 -06:00 committed by GitHub
parent d7a0ed0611
commit e52ca954f0

View file

@ -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