Browse Source

Tried to fix Travis HHVM build (try 2)

tags/2.0.10
SilverFire - Dmitry Naumenko 8 years ago
parent
commit
5e860405c8
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save