Add extension unaccent to travis

This commit is contained in:
Julien Fastré 2015-01-04 22:19:23 +01:00
parent b8e4d067cb
commit fd158a15bc

View File

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