HHVM does not have config...

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-01-25 11:48:51 +01:00
parent bc5370cad8
commit c017f9f0a5

View File

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