Skip to content

Commit 4998ed0

Browse files
committed
Fixed build deps in travis build
1 parent ae96031 commit 4998ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sudo: false
77
addons:
88
apt:
99
packages:
10-
- rpm
1110
- devscripts
12-
- debhelper
11+
- libconfig-dev
12+
- libpq-dev
1313

1414
# before build script, run autoreconf
1515
before_script: ./autogen.sh

0 commit comments

Comments
 (0)