mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
DBI@1.57 (actually DBI < 1.614) doesn't install Perl 5.14 and above
This commit is contained in:
parent
82e4128321
commit
1633c095e1
1 changed files with 7 additions and 8 deletions
15
.travis.yml
15
.travis.yml
|
@ -9,12 +9,11 @@ perl:
|
||||||
- "5.18"
|
- "5.18"
|
||||||
- "5.20"
|
- "5.20"
|
||||||
# - "blead"
|
# - "blead"
|
||||||
|
env:
|
||||||
|
- DBI_VERSION=
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- perl: 5.8
|
||||||
|
env: DBI_VERSION=1.58
|
||||||
before_install:
|
before_install:
|
||||||
- cpanm -n DBI
|
- test $DBI_VERSION && cpanm -n DBI@$DBI_VERSION || cpanm -n DBI
|
||||||
script:
|
|
||||||
- make test
|
|
||||||
- make clean
|
|
||||||
- cpanm -n DBI@1.57
|
|
||||||
- perl Makefile.PL
|
|
||||||
- make
|
|
||||||
- make test
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue