Skip to content

Commit 9ea6f64

Browse files
committed
Replace panda with zef
1 parent 047e4bc commit 9ea6f64

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: perl6
22
perl6:
33
- latest
44
install:
5-
- rakudobrew build-panda
6-
- panda --notests installdeps .
5+
- rakudobrew build-zef
6+
- zef install --/test --depsonly .
77
script:
8-
- perl6 -MPanda::Builder -e 'Panda::Builder.build($*CWD)'
9-
- PERL6LIB=$PWD/blib/lib prove -e perl6 -r t/
8+
- zef test .
109
sudo: false

0 commit comments

Comments
 (0)