1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

added 5.8.1 and blead to .travis.yml

This commit is contained in:
Kenichi Ishigaki 2014-11-26 18:01:29 +09:00
parent 0de40139bf
commit 018711665b

View file

@ -1,10 +1,22 @@
language: perl language: perl
perl: perl:
- 5.8 - "5.8.1"
- 5.10 - "5.8"
- 5.12 - "5.10"
- 5.14 - "5.12"
- 5.16 - "5.14"
- 5.18 - "5.16"
- 5.20 - "5.18"
before_install: cpanm -n DBI - "5.20"
- "blead"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- cpan-install DBI
- build-dist
- cd $BUILD_DIR
matrix:
allow_failures:
- perl: blead