Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 29, 2016
1 parent 6f40571 commit a9bdeab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
branches:
except:
- gh-pages
language: perl6
sudo: false
perl6:
- 2016.04
- latest
install:
- rakudobrew build-panda
- panda install JSON::Fast
- panda installdeps .

0 comments on commit a9bdeab

Please sign in to comment.