From c94f18941dc6cba201cc982595c079dda0a29c2f Mon Sep 17 00:00:00 2001
From: Piwik Automation <hello@piwik.org>
Date: Wed, 14 Jan 2015 19:59:15 +0000
Subject: [PATCH] .travis.yml file is out of date, auto-updating .travis.yml
 file.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f627127ecb..39d6727062 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,7 +144,7 @@ before_script:
   - ./tests/travis/prepare.sh
   - ./tests/travis/setup_webserver.sh
 
-  - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core"
+  - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
   - ./tests/travis/autoupdate_travis_yml.sh
 
   - cd tests/PHPUnit
-- 
GitLab