From 6fd2d72eb19461e5b5519362e7fc82f34c410548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Thu, 26 Mar 2015 16:46:20 +0100 Subject: [PATCH] Set composer to use --no-progress --no-interaction options --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f9f716fb8..20d6637d78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ services: - redis before_install: - - composer self-update + - composer self-update --no-progress --no-interaction - sudo apt-get purge elasticsearch - > wget --no-check-certificate https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.deb &&