From af15209998c30144729be9d06492e387e1a05ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Dec 2014 01:22:09 +0100 Subject: [PATCH] reactive travis --- travis.yml => .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename travis.yml => .travis.yml (71%) diff --git a/travis.yml b/.travis.yml similarity index 71% rename from travis.yml rename to .travis.yml index a1fbaacbf..04cb0d311 100644 --- a/travis.yml +++ b/.travis.yml @@ -14,7 +14,9 @@ addons: before_script: - psql -c 'create database test0;' -U postgres - cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml - - ./console.sh doctrine:schema:create + - ./console.sh --env=test cache:warmup + - ./console.sh doctrine:schema:create --no-interaction --env=test + - ./console.sh doctrine:fixtures:load --no-interaction --env=test install: - composer install --dev