fix travis error

This commit is contained in:
Julien Fastré 2014-12-24 01:31:36 +01:00
parent 08af301eee
commit 1997f6e5b1

View File

@ -18,7 +18,7 @@ install:
before_script: before_script:
- psql -c 'create database test0;' -U postgres - psql -c 'create database test0;' -U postgres
- php Tests/Fixtures/App/console --env=test cache:warmup - php Tests/Fixtures/App/console --env=test cache:warmup
- php Tests/Fixtures/App/console assets:install Tests/Fixtures/App/web # - php Tests/Fixtures/App/console assets:install Tests/Fixtures/App/web
- php Tests/Fixtures/App/console doctrine:schema:create --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:schema:create --env=test --no-interaction
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction