Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl6/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 11, 2018
2 parents 704f835 + 1356c71 commit 4501e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ before_install:
install:
- wget https://whateverable.6lang.org/HEAD.tar.gz
- tar -xv --absolute-names -f HEAD.tar.gz
- HEAD_BUILD="$(echo /tmp/whateverable/rakudo-moar/*/bin)"
- export PATH="$PATH:$HEAD_BUILD"
- ZEF_BUILD="$(dirname $HEAD_BUILD)/share/perl6/site/bin"
- HEAD_BUILD=$(echo /tmp/whateverable/rakudo-moar/*)
- export PATH="$PATH:$HEAD_BUILD/bin"
- ZEF_BUILD="$HEAD_BUILD/share/perl6/site/bin"
- git clone https://github.com/ugexe/zef.git && cd zef && perl6 -Ilib bin/zef install . && cd ..
- export PATH="$PATH:$ZEF_BUILD"
- travis_retry zef --/tap-harness --force --/test install LWP::Simple
Expand Down

0 comments on commit 4501e5b

Please sign in to comment.