Create database for test

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-12-04 13:12:21 +01:00
parent 9daeaff5f0
commit 853f7255c5

View File

@ -5,6 +5,7 @@ php:
sudo: false
before_script:
- export PATH=~/.composer/vendor/bin/:$PATH
- mysql -uroot -e "CREATE DATABASE test;"
- composer install --dev --no-interaction ;
- ./scripts/generate-mo --quiet
script: