From 434c51317d953e0b8283d81804eea7f08da11dd5 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 18 Mar 2015 10:04:49 +0100 Subject: [PATCH] debug : env=test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 274cd626e..cbdccb024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: before_script: - psql -c 'create database test0;' -U postgres - php Tests/Fixtures/App/console --env=test cache:warmup - - php Tests/Fixtures/App/console doctrine:migrations:migrate --no-interaction + - php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction script: phpunit --coverage-text