diff --git a/.travis.yml b/.travis.yml index 90cac51c52..da89d65eb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: - composer install --dev --no-interaction before_script: - - phpenv config-add test/php-noprofile.ini + - if [ $TRAVIS_PHP_VERSION != "hhvm" ] ; then phpenv config-add test/php-noprofile.ini ; fi - export PATH=~/.composer/vendor/bin/:$PATH - mysql -uroot -e "CREATE DATABASE test" - mysql -uroot < sql/create_tables.sql