diff options
author | Patrick Spek <p.spek@tyil.nl> | 2017-04-27 15:29:54 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2017-04-27 15:29:54 +0200 |
commit | c3cc01c23aea75f30f71b8c852926253811e2cfa (patch) | |
tree | 35bbb4551e06ce0282c2c5c28b7f6813672cd1cd | |
parent | b366ef7066f63df2e19bd93e34de202f34a1c282 (diff) | |
download | config-parser-toml-c3cc01c23aea75f30f71b8c852926253811e2cfa.tar.gz config-parser-toml-c3cc01c23aea75f30f71b8c852926253811e2cfa.tar.bz2 |
Add travis config
-rw-r--r-- | .travis.yml | 16 |
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/ |