We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047e4bc commit 9ea6f64Copy full SHA for 9ea6f64
.travis.yml
@@ -2,9 +2,8 @@ language: perl6
2
perl6:
3
- latest
4
install:
5
- - rakudobrew build-panda
6
- - panda --notests installdeps .
+ - rakudobrew build-zef
+ - zef install --/test --depsonly .
7
script:
8
- - perl6 -MPanda::Builder -e 'Panda::Builder.build($*CWD)'
9
- - PERL6LIB=$PWD/blib/lib prove -e perl6 -r t/
+ - zef test .
10
sudo: false
0 commit comments