Skip to content

Commit 6913096

Browse files
committed
Use zef instead of panda
1 parent 694f57d commit 6913096

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
@@ -5,9 +5,9 @@ language: perl6
55
perl6:
66
- latest
77
install:
8-
- rakudobrew build-panda
9-
- panda --notests installdeps .
8+
- rakudobrew build-zef
9+
- zef --debug --depsonly --/test install .
1010
script:
11-
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
11+
- zef build .
1212
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
1313
sudo: false

0 commit comments

Comments
 (0)