try again - exclusions were not matching
[p5sagit/Sub-Name.git] / .travis.yml
index a063a52..b3a1d6e 100644 (file)
@@ -36,6 +36,15 @@ matrix:
   allow_failures:
     - perl: blead
     - perl: blead-thr
+  # modules required for author testing do not build on 5.6
+  exclude:
+    - perl: "5.6.2"
+    - perl: "5.6.2-thr"
+  include:
+    - perl: "5.6.2"
+      env: AUTHOR_TESTING=0
+    - perl: "5.6.2-thr"
+      env: AUTHOR_TESTING=0
 env:
   global:
     - AUTHOR_TESTING=1