Skip to content

Commit 088b404

Browse files
committed
Use travis_retry for installing the modules
https://irclog.perlgeek.de/perl6/2017-01-06#i_13868005
1 parent 930e578 commit 088b404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ before_install:
3030
install:
3131
- rakudobrew build-zef
3232
- export PATH="$PATH:/home/travis/.rakudobrew/moar-nom/install/share/perl6/site/bin"
33-
- zef --/tap-harness --force --/test install LWP::Simple
34-
- zef --/tap-harness --depsonly install .
35-
- zef --/tap-harness install Pod::To::HTML
33+
- travis_retry zef --/tap-harness --force --/test install LWP::Simple
34+
- travis_retry zef --/tap-harness --depsonly install .
35+
- travis_retry zef --/tap-harness install Pod::To::HTML
3636

3737
script:
3838
- make test

0 commit comments

Comments
 (0)