Skip to content

Commit 4791466

Browse files
committed
Increase timeout in Travis build install step (--prefer-lowest may be very slow)
1 parent db25cc1 commit 4791466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- composer global require hirak/prestissimo
1818
- if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then composer remove --dev friendsofphp/php-cs-fixer --no-update --no-interaction; fi
1919

20-
install: travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
20+
install: travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
2121

2222
script:
2323
- vendor/bin/phpunit -v

0 commit comments

Comments
 (0)