From fd158a15bc3156eb518e7240b350962507227071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 4 Jan 2015 22:19:23 +0100 Subject: [PATCH] Add extension unaccent to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b3bcf076b..a0aacfa02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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