Skip to content

Commit

Permalink
panda -> zef
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Aug 31, 2017
1 parent 45f933f commit 0ec5b69
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
@@ -1,10 +1,18 @@
branches:
except:
- gh-pages
sudo: false
language: perl6

perl6:
- latest

os:
- linux
- osx

sudo: false

branches:
except:
- gh-pages

install:
- rakudobrew build-panda
- panda installdeps .
- rakudobrew build-zef
- zef --debug --depsonly install .

0 comments on commit 0ec5b69

Please sign in to comment.