aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-27 15:29:54 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-27 15:29:54 +0200
commitc3cc01c23aea75f30f71b8c852926253811e2cfa (patch)
tree35bbb4551e06ce0282c2c5c28b7f6813672cd1cd
parentb366ef7066f63df2e19bd93e34de202f34a1c282 (diff)
Add travis config
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fbe3fad
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: perl6
+
+perl6:
+ - nom
+ - latest
+ - "2017.04"
+ - "2017.03"
+
+os:
+ - linux
+
+install:
+ - rakudobrew build zef
+ - zef install --depsonly .
+
+script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/