1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

reverted changes to .travis.yml

This commit is contained in:
Kenichi Ishigaki 2014-11-26 18:26:49 +09:00
parent 0055ffd238
commit 91b892e279

View file

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