Skip to content

Commit 25aad51

Browse files
committed
Merge pull request #124
Update Travis config file
2 parents dc00f55 + 54b1fac commit 25aad51

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ matrix:
3535
dist: precise
3636
- perl: system_trusty
3737
dist: trusty
38+
- perl: system_xenial
39+
dist: xenial
40+
services:
41+
- mysql
42+
addons:
43+
apt:
44+
packages:
45+
- libdbi-perl
46+
- libmysqlclient-dev
3847
- perl: system_precise
3948
dist: precise
4049
env: MYSQL_CONFIG=PIC
@@ -432,8 +441,10 @@ install:
432441
cpanm --quiet --notest --local-lib="$HOME/perl5" local::lib ;
433442
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib) ;
434443
fi
444+
- perl '-MExtUtils::MakeMaker 6.58' -e '' || cpanm --quiet --notest ExtUtils::[email protected]
445+
- perl '-MCPAN::Meta 2.112580' -e '' || cpanm --quiet --notest CPAN::[email protected]
435446
- if [ -n "$DBI_VERSION" ]; then cpanm --quiet --notest DBI@$DBI_VERSION; fi
436-
- cpanm --quiet --notest --skip-satisfied DBI Devel::CheckLib
447+
- cpanm --quiet --notest --skip-satisfied DBI~1.608 Devel::CheckLib~1.12
437448
- cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .
438449
- if [ -n "$DB" ]; then
439450
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1 ;

0 commit comments

Comments
 (0)