diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:36:24 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:36:24 +0100 |
commit | aee455635e494d0c773ef05ebfae1abd3368ba2f (patch) | |
tree | b92b5c30f7b08f07586327a737fecf92dd85daf0 | |
parent | 7d1955567f62b7c781fddee281c5f22ee2df6c8b (diff) | |
download | sbotools2-aee455635e494d0c773ef05ebfae1abd3368ba2f.tar.xz |
Specify we're using perl, and which versions
-rw-r--r-- | .travis.yml | 5 |
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 |