Skip to content

Commit 6020ec9

Browse files
committed
switch from panda to zef
1 parent f68581b commit 6020ec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ before_install:
2828
- nvm install 7.2.1
2929
- nvm use 7.2.1
3030
install:
31-
- rakudobrew build-panda
31+
- rakudobrew build-zef
3232
- export PATH="$PATH:/home/travis/.rakudobrew/moar-nom/install/share/perl6/site/bin"
33-
- panda --force --notests install LWP::Simple
34-
- panda installdeps .
35-
- panda install Pod::To::HTML
33+
- zef --force --/test install LWP::Simple
34+
- zef --depsonly install .
35+
- zef install Pod::To::HTML
3636

3737
script:
3838
- make test

0 commit comments

Comments
 (0)