Skip to content

Commit c0452d6

Browse files
committed
don't install from zef
1 parent 9bb8b6c commit c0452d6

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 @@ before_install:
1818
- echo "deb https://dl.bintray.com/nxadm/rakudo-pkg-debs `lsb_release -cs` main" | sudo tee -a /etc/apt/sources.list.d/rakudo-pkg.list
1919
- sudo apt-get update -qq
2020
- sudo apt-get install perl rakudo-pkg
21-
- export PATH=$PATH:/.perl6/bin:/opt/rakudo-pkg/bin && install-zef-as-user && zef install Pod::To::HTML
21+
- export PATH=$PATH:/.perl6/bin:/opt/rakudo-pkg/bin
2222
- curl -L http://cpanmin.us | perl - --sudo App::cpanminus
2323
- sudo cpanm --installdeps --notest Pod::Simple
2424
- sudo pip install docutils

0 commit comments

Comments
 (0)