aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:36:24 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:36:24 +0100
commitaee455635e494d0c773ef05ebfae1abd3368ba2f (patch)
treeb92b5c30f7b08f07586327a737fecf92dd85daf0
parent7d1955567f62b7c781fddee281c5f22ee2df6c8b (diff)
downloadsbotools2-aee455635e494d0c773ef05ebfae1abd3368ba2f.tar.xz
Specify we're using perl, and which versions
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bfbae0a..763319d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,7 @@
+language: perl
+perl:
+ - "5.22"
+ - "5.18"
+ - "5.16"
install: true
script: t/travis.sh