From 3d5217345b99e6be563514460023f1cd99ee2d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 30 Jan 2015 16:06:51 +0100 Subject: [PATCH] adapt console path for web assets install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c39becde..9fdfae750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - psql -c 'create database test0;' -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/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:fixtures:load --env=test --no-interaction script: phpunit --coverage-text