Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
update travis file to use zef instead of panda
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Aug 19, 2017
1 parent 4aac858 commit 3fa58e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -2,9 +2,8 @@ language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
- rakudobrew build-zef
- zef --/test --deps-only install .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
- zef install .
sudo: false

0 comments on commit 3fa58e5

Please sign in to comment.