From: Graham Knop Date: Sun, 1 Mar 2015 13:18:40 +0000 (-0500) Subject: more extensive travis testing X-Git-Tag: v2.000001~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc2cc31dbb03f5ee21d52c1e4df19f0c39a195e4;p=p5sagit%2Fstrictures.git more extensive travis testing --- 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