aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2020-07-11 19:54:29 -0300
committerMatias Linares <matiaslina@gmail.com>2020-07-11 19:54:29 -0300
commitc20106a71d492b5a2250e8ff28df4852057632b7 (patch)
treec5d957e4b68ebc18a33f649030fcb9e0a1774f78 /.travis.yml
downloadApp-RunForPid-c20106a71d492b5a2250e8ff28df4852057632b7.tar.gz
First commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0fdac33
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+os:
+ - linux
+ - osx
+language: perl6
+perl6:
+ - latest
+install:
+ - rakudobrew build zef
+ - zef install --deps-only --/test .
+script:
+ - PERL6LIB=$PWD/lib prove -e perl6 -vr --ext .t --ext .t6 --ext .rakutest t
+sudo: false