More complete travis tests

See https://github.com/travis-perl/helpers
This commit is contained in:
Duncan Ferguson 2017-04-12 23:14:39 +01:00
parent 771f0a18e4
commit ae2e986c6e

View file

@ -9,3 +9,12 @@ perl:
- "5.12"
- "5.10"
- "5.8"
matrix:
include:
- perl: 5.24
env: COVERAGE=1
allow_failures:
- perl: blead
sudo: false
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto