From: Graham Knop Date: Tue, 8 May 2018 15:05:06 +0000 (+0200) Subject: add travis config X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=ba6a6452c916852159578e58761a827427a27a52 add travis config --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7c6169c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: perl +perl: + - "5.8" + - "5.10" + - "5.12" + - "5.14" + - "5.16" + - "5.18" + - "5.20" + - "5.22" + - "5.24" + - "5.26" + - "dev" + - "blead" +sudo: false +before_install: + - eval $(curl https://travis-perl.github.io/init) --auto