Skip to content

Commit 6714ac8

Browse files
author
Alexander Korotkov
committed
Adjust packages list in travis script.
1 parent 9977876 commit 6714ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/pg-travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sudo apt-get update
66

77

88
# required packages
9-
apt_packages="postgresql-$PG_VER postgresql-server-dev-$PG_VER postgresql-common python-pip python-dev build-essential"
9+
apt_packages="postgresql-$PG_VER postgresql-server-dev-$PG_VER postgresql-common build-essential libgd-dev"
1010

1111
# exit code
1212
status=0

0 commit comments

Comments
 (0)