From: Graham Knop Date: Tue, 8 May 2018 12:23:52 +0000 (+0200) Subject: add travis config X-Git-Tag: v0.10014~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-Accessor-Grouped.git;a=commitdiff_plain;h=95e995fce0030230c2ede256d2c6f7b560bf8a67 add travis config --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..54a91e5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +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 +addons: + apt: + packages: + - aspell + - aspell-en +before_install: + - eval $(curl https://travis-perl.github.io/init) --auto