Skip to content

Commit 2b6cb63

Browse files
committed
Explicitly list of packages for Ubuntu Bionic on Travis
Ubuntu Bionic removed libgnutls-dev package from repository, so do not use common list of packages.
1 parent 3d94aaf commit 2b6cb63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ matrix:
4545
dist: xenial
4646
- perl: system_bionic
4747
dist: bionic
48+
addons:
49+
apt:
50+
packages:
51+
- libdbi-perl
52+
- libmysqlclient-dev
53+
- libwrap0-dev
4854
- perl: system_precise
4955
dist: precise
5056
env: MYSQL_CONFIG=PIC

0 commit comments

Comments
 (0)