From 5e860405c846522607d672a2333899176ead664f Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Tue, 6 Sep 2016 23:05:20 +0300 Subject: [PATCH] Tried to fix Travis HHVM build (try 2) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39dd067dc4..85656ba720 100644 --- a/.travis.yml +++ b/.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