aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-23 22:10:30 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-23 22:10:30 +0200
commit852000b04805e0c12cc0552859311c5e9c884f69 (patch)
treee7eee13eb0fa922419a4995102f41cd15613ee88 /.travis.yml
parentfcb645ce25c654561b53d039e1e1bbf6d91de9d6 (diff)
Add travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5558152
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: perl6
+
+perl6:
+ - nom
+ - latest
+
+os:
+ - linux
+
+install:
+ - rakudobrew build zef
+ - zef install --depsonly .
+
+script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/