1
0
Fork 0
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:
Kenichi Ishigaki 2015-03-29 12:07:59 +09:00
parent d43b278f00
commit cc34b2bd71

View file

@ -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