File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ matrix:
35
35
dist : precise
36
36
- perl : system_trusty
37
37
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
38
47
- perl : system_precise
39
48
dist : precise
40
49
env : MYSQL_CONFIG=PIC
@@ -432,8 +441,10 @@ install:
432
441
cpanm --quiet --notest --local-lib="$HOME/perl5" local::lib ;
433
442
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib) ;
434
443
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]
435
446
- 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
437
448
- cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .
438
449
- if [ -n "$DB" ]; then
439
450
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1 ;
You can’t perform that action at this time.
0 commit comments