mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
updated .travis.yml to test against both the latest and the minimum required vrsions of DBI
This commit is contained in:
parent
d43b278f00
commit
cc34b2bd71
1 changed files with 7 additions and 0 deletions
|
@ -11,3 +11,10 @@ perl:
|
|||
# - "blead"
|
||||
before_install:
|
||||
- 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