Skip to content

Commit ca4a0a0

Browse files
author
Willem Stuursma
committed
Add travis_retry to overcome transport failures in composer install
1 parent ec1d4fc commit ca4a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
- $HOME/.composer/cache
1818

1919
before_script:
20-
- composer install -n
20+
- travis_retry composer install -n
2121

2222
script:
2323
- vendor/bin/phpunit

0 commit comments

Comments
 (0)