From 8fe5df77fbb5955ef591f12bd214de1a818fec20 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 15 Sep 2017 18:35:46 +0300 Subject: [PATCH] PHP5.6 composer install takes a long time... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83e0fcb..20d78b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,6 @@ before_script: - composer config extra.platform.php $TRAVIS_PHP_VERSION install: - flags="--ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress" - - composer install $flags + - travis_wait 30 composer install $flags script: - ./vendor/bin/phpunit -c phpunit.xml \ No newline at end of file