Tried to fix Travis HHVM build (try 2)

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-09-06 23:05:20 +03:00
parent 54fd85b5d6
commit 5e860405c8

View File

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