Skip to content

Commit

Permalink
Use zef instead of panda
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Jul 9, 2017
1 parent 1c35ef1 commit c467f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
- rakudobrew build-zef
- zef --debug --depsonly --/test install .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- zef build .
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false

0 comments on commit c467f68

Please sign in to comment.