try again - exclusions were not matching
[p5sagit/Sub-Name.git] / .travis.yml
index 4228526..b3a1d6e 100644 (file)
@@ -36,8 +36,11 @@ 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:
-    # modules required for author testing do not build on 5.6
     - perl: "5.6.2"
       env: AUTHOR_TESTING=0
     - perl: "5.6.2-thr"
@@ -50,7 +53,6 @@ env:
 before_install:
   - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
   - source ~/travis-perl-helpers/init
-  - if [ -z "$PERLBREW_PERL" ]; then eval $(curl https://travis-perl.github.io/init) --auto; fi
   - build-perl
   - perl -V
   - build-dist