From 76d1b5b36aedd37a4a880842ae4d32a6d9fd3aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Nov 2014 00:10:08 +0100 Subject: [PATCH] arrange order for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4af7b622d..be2223b95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml before_script: - - php Tests/Fixtures/App/console --env=test cache:warmup - psql -c 'create database test0;' -U postgres + - php Tests/Fixtures/App/console --env=test cache:warmup - php Tests/Fixtures/App/console doctrine:schema:create --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction