Tried to fix Travis HHVM build

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-09-06 23:01:25 +03:00
parent f7bd7c2b6b
commit 54fd85b5d6

View File

@ -34,9 +34,9 @@ addons:
install:
- |
if [ $TRAVIS_PHP_VERSION != '5.6' ]; 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
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
fi
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0"