1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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
perl:
- 5.8
- 5.10
- 5.12
- 5.14
- 5.16
- 5.18
- 5.20
before_install: cpanm -n DBI
- "5.8.1"
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "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