We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694f57d commit 6913096Copy full SHA for 6913096
.travis.yml
@@ -5,9 +5,9 @@ language: perl6
5
perl6:
6
- latest
7
install:
8
- - rakudobrew build-panda
9
- - panda --notests installdeps .
+ - rakudobrew build-zef
+ - zef --debug --depsonly --/test install .
10
script:
11
- - perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
+ - zef build .
12
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
13
sudo: false
0 commit comments