From: Karen Etheridge Date: Tue, 20 Feb 2018 20:04:14 +0000 (-0800) Subject: last attempt tested 5.6 twice, once with AUTHOR_TESTING=1, once with =0.. try again. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b1d100db88fcb8c90a002f97bf3b899d14d171a;p=p5sagit%2FSub-Name.git last attempt tested 5.6 twice, once with AUTHOR_TESTING=1, once with =0.. try again. --- diff --git a/.travis.yml b/.travis.yml index 7d9461d..5d85103 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,18 +30,15 @@ perl: - "5.10-thr" - "5.8" - "5.8-thr" + # modules required for author testing do not build on 5.6 - "5.6.2" + env: AUTHOR_TESTING=0 - "5.6.2-thr" + env: AUTHOR_TESTING=0 matrix: allow_failures: - perl: blead - perl: blead-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" - env: AUTHOR_TESTING=0 env: global: - AUTHOR_TESTING=1