Skip to content

Commit e6c407c

Browse files
authored
Use travis_wait
1 parent c7fed78 commit e6c407c

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
@@ -24,7 +24,7 @@ before_install:
2424

2525
# install dependencies
2626
install:
27-
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
27+
- travis_wait COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
2828

2929
# execute phpunit as the script command
3030
script:

0 commit comments

Comments
 (0)