disable author testing on 5.6
Karen Etheridge [Tue, 20 Feb 2018 19:12:15 +0000 (11:12 -0800)]
.travis.yml

index edf7e2f..4228526 100644 (file)
@@ -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