From 1997f6e5b1d1cd3537d467524b37594aaa9c4788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Dec 2014 01:31:36 +0100 Subject: [PATCH] fix travis error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4dabf6e8..084a59263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,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 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:fixtures:load --env=test --no-interaction