From: Karen Etheridge Date: Tue, 20 Feb 2018 20:21:38 +0000 (-0800) Subject: simplify matrix - no need to add and then remove again X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=57fa861179d4d4bb993650d907b6744c9c269c2c simplify matrix - no need to add and then remove again --- diff --git a/.travis.yml b/.travis.yml index b3a1d6e..12e2461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,17 +30,12 @@ perl: - "5.10-thr" - "5.8" - "5.8-thr" - - "5.6.2" - - "5.6.2-thr" matrix: allow_failures: - perl: blead - perl: blead-thr - # modules required for author testing do not build on 5.6 - exclude: - - perl: "5.6.2" - - perl: "5.6.2-thr" include: + # modules required for author testing do not build on 5.6 - perl: "5.6.2" env: AUTHOR_TESTING=0 - perl: "5.6.2-thr"