mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
Tried to fix Travis HHVM build (try 2)
This commit is contained in:
@ -34,7 +34,7 @@ addons:
|
||||
|
||||
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
|
||||
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user