last attempt tested 5.6 twice, once with AUTHOR_TESTING=1, once with =0.. try again.
Karen Etheridge [Tue, 20 Feb 2018 20:04:14 +0000 (12:04 -0800)]
.travis.yml

index 7d9461d..5d85103 100644 (file)
@@ -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