Skip to content

Commit 99ff139

Browse files
committed
On Travis test also with Ubuntu Xenial system version of MySQL and Perl
1 parent dc00f55 commit 99ff139

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
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

0 commit comments

Comments
 (0)