Skip to content

Commit bfd6e42

Browse files
Prevent composer from timing out
1 parent 7ae8032 commit bfd6e42

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
@@ -15,6 +15,6 @@ before_install:
1515

1616
install:
1717
- travis_retry composer install --prefer-source --no-interaction
18-
- travis_retry composer update $VERSIONS
18+
- travis_retry composer update --root-reqs $VERSIONS
1919

2020
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)