mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Add extension unaccent to travis
This commit is contained in:
parent
b8e4d067cb
commit
fd158a15bc
@ -17,6 +17,7 @@ install:
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database test0;' -U postgres
|
||||
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
|
||||
- php Tests/Fixtures/App/app/console.php --env=test cache:warmup
|
||||
- php Tests/Fixtures/App/app/console.php assets:install Tests/Fixtures/App/web
|
||||
- php Tests/Fixtures/App/app/console.php doctrine:schema:create --env=test --no-interaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user