X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=54a91e51e87d592b5ad5cd52315c4ec74c1d23e8;hb=95e995fce0030230c2ede256d2c6f7b560bf8a67;hp=0000000000000000000000000000000000000000;hpb=e0a942a728754d0ac3b3696bd72fe82cc888ceae;p=p5sagit%2FClass-Accessor-Grouped.git 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