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:
parent
0055ffd238
commit
91b892e279
1 changed files with 3 additions and 13 deletions
16
.travis.yml
16
.travis.yml
|
@ -1,6 +1,6 @@
|
|||
language: perl
|
||||
perl:
|
||||
- "5.8.1"
|
||||
# - "5.8.1"
|
||||
- "5.8"
|
||||
- "5.10"
|
||||
- "5.12"
|
||||
|
@ -8,16 +8,6 @@ perl:
|
|||
- "5.16"
|
||||
- "5.18"
|
||||
- "5.20"
|
||||
- "blead"
|
||||
# - "blead"
|
||||
before_install:
|
||||
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
|
||||
- source ~/travis-perl-helpers/init
|
||||
- build-perl
|
||||
- perl -V
|
||||
- local-lib
|
||||
- cpan-install DBI
|
||||
- build-dist
|
||||
- cd $BUILD_DIR
|
||||
matrix:
|
||||
allow_failures:
|
||||
- perl: blead
|
||||
- cpanm -n DBI
|
||||
|
|
Loading…
Add table
Reference in a new issue