We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930e578 commit 088b404Copy full SHA for 088b404
.travis.yml
@@ -30,9 +30,9 @@ before_install:
30
install:
31
- rakudobrew build-zef
32
- 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
+ - travis_retry zef --/tap-harness --force --/test install LWP::Simple
+ - travis_retry zef --/tap-harness --depsonly install .
+ - travis_retry zef --/tap-harness install Pod::To::HTML
36
37
script:
38
- make test
0 commit comments