X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=86db31013afac55accd52677347db7a639a0694c;hb=ed745a0be72fb033f497fc4d67c8fa85571843bb;hp=b26039b000b4c511d1200c82243801faed69f7f6;hpb=c6b0ba513f9261178a1b3870488be2fe1817cd4b;p=p5sagit%2Fstrictures.git diff --git a/.travis.yml b/.travis.yml index b26039b..86db310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,17 @@ +addons: + apt: + packages: + - aspell language: perl perl: + - "5.8.1" + - "5.8.1-thr" + - "5.8.2" + - "5.8.2-thr" + - "5.8.3" + - "5.8.3-thr" + - "5.8.4" + - "5.8.4-thr" - "5.8" - "5.10" - "5.12" @@ -7,11 +19,13 @@ perl: - "5.16" - "5.18" - "5.20" - - "dev" + - "5.22" + - "5.24" + - "5.26" + - blead # builds perl from git + - dev # latest point release matrix: include: - - perl: 5.8.1 - env: AUTHOR_TESTING=0 - perl: 5.18 env: COVERAGE=1 sudo: false