HHVM does not have config...
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
bc5370cad8
commit
c017f9f0a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user