From 194e0b3db2ac2ba45c60bca4ff45f71c6a99bc4a Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 17 Mar 2015 17:51:08 +0100 Subject: [PATCH] Add migrations to travis - close refs #402 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 543c7c478..fff059b11 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:schema:create --env=test --no-interaction + - php Tests/Fixtures/App/app/console doctrine:migrations:migrate --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction script: phpunit --coverage-text