X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=4c1930dfc230c0838f5d1ab3afcabea0818471bc;hb=9404cddf34f6fa514938df735aaeb3eee524e0cb;hp=b26039b000b4c511d1200c82243801faed69f7f6;hpb=c6b0ba513f9261178a1b3870488be2fe1817cd4b;p=p5sagit%2Fstrictures.git diff --git a/.travis.yml b/.travis.yml index b26039b..4c1930d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ 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" @@ -10,8 +18,6 @@ perl: - "dev" matrix: include: - - perl: 5.8.1 - env: AUTHOR_TESTING=0 - perl: 5.18 env: COVERAGE=1 sudo: false