Skip to content

Commit cccca8a

Browse files
Make travis retry when failing
1 parent 1bfa7bd commit cccca8a

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
@@ -18,7 +18,7 @@ jobs:
1818
fast_finish: true
1919

2020
install:
21-
- composer install -n
21+
- travis_retry composer install -n
2222

2323
script:
2424
- vendor/bin/phpunit

0 commit comments

Comments
 (0)