disable author testing on 5.6
[p5sagit/Sub-Name.git] / .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