travis.yml: Add libdb-dev (required for DB_File -> Cache)
This commit is contained in:
parent
dcc161fbf8
commit
481e158a49
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libcache-perl
|
- libcache-perl
|
||||||
|
- libdb-dev
|
||||||
- libpq-dev
|
- libpq-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue