Create database for test
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
9daeaff5f0
commit
853f7255c5
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user