Initial Travis config file for CI

This commit is contained in:
Duncan Ferguson 2016-03-21 21:02:37 +00:00
parent 71817cc0e8
commit 69c8480eb9

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"