From: Karen Etheridge Date: Tue, 20 Feb 2018 20:14:13 +0000 (-0800) Subject: Try again.. last attempt was an invalid config file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=323f3ceae97d150b7c739ee344e1cb6e535f52a1;p=p5sagit%2FSub-Name.git Try again.. last attempt was an invalid config file --- diff --git a/.travis.yml b/.travis.yml index 5d85103..c16b9e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,15 +30,23 @@ 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 + # modules required for author testing do not build on 5.6 + exclude: + - perl: "5.6.2" + env: AUTHOR_TESTING=1 + - perl: "5.6.2-thr" + env: AUTHOR_TESTING=1 + include: + - perl: "5.6.2" + env: AUTHOR_TESTING=0 + - perl: "5.6.2-thr" + env: AUTHOR_TESTING=0 env: global: - AUTHOR_TESTING=1