Skip to content

Commit

Permalink
Switching to zef in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed May 15, 2017
1 parent d80bd9e commit 46198e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: perl6
install:
- rakudobrew build-panda
- panda installdeps .
- rakudobrew build-zef
- zef install --depsonly .
script:
- prove -v -e "perl6 --ll-exception -Ilib" t
- PANDA_SUBMIT_TESTREPORTS=1 panda install .
after_success:
- panda list --installed --verbose
- zef list --installed --verbose

0 comments on commit 46198e3

Please sign in to comment.