From: Karen Etheridge Date: Tue, 20 Feb 2018 19:12:15 +0000 (-0800) Subject: disable author testing on 5.6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ceabbf064c4ce75db86451abc029c2fc93048a54;hp=cb2324098a7e535d1c7139209c93cf133064072a;p=p5sagit%2FSub-Name.git disable author testing on 5.6 --- diff --git a/.travis.yml b/.travis.yml index edf7e2f..4228526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,12 @@ 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