sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit aee455635e494d0c773ef05ebfae1abd3368ba2f
parent 7d1955567f62b7c781fddee281c5f22ee2df6c8b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 13 Dec 2015 23:36:24 +0100

Specify we're using perl, and which versions

Diffstat:
M.travis.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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