Disable xdebug only on non hhvm envs

This commit is contained in:
Djamil Legato
2016-01-29 13:30:26 -08:00
parent c2fb252a6e
commit ee99cb7990

View File

@@ -59,7 +59,7 @@ before_install:
fi;
fi
before_script:
- phpenv config-rm xdebug.ini
- [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-rm xdebug.ini; fi
script:
- if [ $TRAVIS_BRANCH == 'develop' ]; then
vendor/bin/codecept run;