adapt console path for web assets install

This commit is contained in:
Julien Fastré 2015-01-30 16:06:51 +01:00
parent 17f2ecd24e
commit 3d5217345b

View File

@ -17,7 +17,7 @@ before_script:
- psql -c 'create database test0;' -U postgres - psql -c 'create database test0;' -U postgres
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres - psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
- php Tests/Fixtures/App/app/console --env=test cache:warmup - php Tests/Fixtures/App/app/console --env=test cache:warmup
- php Tests/Fixtures/App/console assets:install Tests/Fixtures/App/web - php Tests/Fixtures/App/app/console assets:install Tests/Fixtures/App/web
- php Tests/Fixtures/App/app/console doctrine:migrations:migrate --no-interaction - php Tests/Fixtures/App/app/console doctrine:migrations:migrate --no-interaction
- php Tests/Fixtures/App/app/console doctrine:fixtures:load --env=test --no-interaction - php Tests/Fixtures/App/app/console doctrine:fixtures:load --env=test --no-interaction
script: phpunit --coverage-text script: phpunit --coverage-text