From 746d4e9ae21e7ffe942b7eff44c5e4de64931c5f Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Thu, 8 Jan 2015 11:02:36 +1300 Subject: [PATCH] refs #6942 do not silence composer install as it may fail and we want to know why --- .travis.yml | 2 +- plugins/TestRunner/templates/travis.yml.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1af1b84fba..11ab9ca5ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ before_script: # travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back # - travis_retry composer self-update - - travis_retry composer install -q + - travis_retry composer install # print out more debugging info - uname -a diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig index bead96835a..2ac9c0d77c 100644 --- a/plugins/TestRunner/templates/travis.yml.twig +++ b/plugins/TestRunner/templates/travis.yml.twig @@ -156,7 +156,7 @@ before_script: # travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back # - travis_retry composer self-update - - travis_retry composer install -q + - travis_retry composer install # print out more debugging info - uname -a -- GitLab