also skip tests on 5.18 to avoid errant test failures
[p5sagit/Sub-Name.git] / .travis.yml
index edf7e2f..5d85103 100644 (file)
@@ -30,8 +30,11 @@ 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
@@ -44,7 +47,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