Skip to content

Commit

Permalink
add a .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Nov 1, 2015
1 parent 7d4c4d9 commit ea2ffca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build($*CWD)'
- PERL6LIB=$PWD/blib/lib prove -e perl6 -r t/
sudo: false

0 comments on commit ea2ffca

Please sign in to comment.