Set composer to use --no-progress --no-interaction options

This commit is contained in:
Benoît Burnichon
2015-03-26 16:46:20 +01:00
parent 998020dbd5
commit 6fd2d72eb1

View File

@@ -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 &&