PHP5.6 composer install takes a long time...

This commit is contained in:
Ismo Vuorinen
2017-09-15 18:35:46 +03:00
parent 6140c7b999
commit 8fe5df77fb

View File

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