Add migrations to travis - close refs #402

This commit is contained in:
Marc Ducobu 2015-03-17 17:51:08 +01:00
parent 1c252eac43
commit 194e0b3db2

View File

@ -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