Skip to content

Commit

Permalink
Disable testing threaded perl versions on Tavis CI for now
Browse files Browse the repository at this point in the history
travis-perl's build-perl seems to currently have issues with them.
  • Loading branch information
xtaran committed Oct 13, 2017
1 parent 0c26f31 commit 532d738
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ perl:

matrix:
fast_finish: true
include:
- perl: "5.24-thr"
env:
- CHECKBASHISMS=1
- DIST=trusty
dist: trusty
before_install:
- eval $(curl https://travis-perl.github.io/init)
- build-perl
- perl -V
script:
- make test
- perl: "5.20-thr"
env: DIST=precise
dist: precise
- perl: "5.10-thr"
env: DIST=trusty
dist: trusty
# include:
# - perl: "5.24-thr"
# env:
# - CHECKBASHISMS=1
# - DIST=trusty
# dist: trusty
# before_install:
# - eval $(curl https://travis-perl.github.io/init)
# - build-perl
# - perl -V
# script:
# - make test
# - perl: "5.20-thr"
# env: DIST=precise
# dist: precise
# - perl: "5.10-thr"
# env: DIST=trusty
# dist: trusty
allow_failures:
- perl: blead

Expand Down

0 comments on commit 532d738

Please sign in to comment.