mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Tried to fix Travis HHVM build (try 2)
This commit is contained in:
@ -34,7 +34,7 @@ addons:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != hhvm* ]; then
|
if [ $TRAVIS_PHP_VERSION != '5.6' ] && [ $TRAVIS_PHP_VERSION != hhvm* ]; then
|
||||||
# disable xdebug for performance reasons when code coverage is not needed
|
# disable xdebug for performance reasons when code coverage is not needed
|
||||||
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
|
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user