Skip to content

Commit 42c5e67

Browse files
authored
Merge pull request #23 from titsuki/fix-travis
Use zef instead of panda
2 parents 694f57d + 8007a1f commit 42c5e67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
os:
22
- linux
3-
- osx
43
language: perl6
54
perl6:
65
- latest
76
install:
8-
- rakudobrew build-panda
9-
- panda --notests installdeps .
7+
- rakudobrew build-zef
8+
- zef --debug --depsonly --/test install .
109
script:
11-
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
10+
- zef build .
1211
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
1312
sudo: false

0 commit comments

Comments
 (0)