Skip to content

Commit fc26364

Browse files
trying postgres 9.6 w/ postgis 2.4
1 parent 84e78f9 commit fc26364

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: trusty
33

44
before_install:
55
- sudo apt-get update
6-
- sudo apt-get install -q postgresql-server-dev-9.3 libcunit1-dev valgrind
6+
- sudo apt-get install -q postgresql-server-dev-9.6 libcunit1-dev valgrind
77
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
88
- sudo apt-get update -qq
99

@@ -15,10 +15,10 @@ install:
1515
- npm install -g eclint@1.1.5
1616

1717
addons:
18-
postgresql: "9.3" # for "installcheck"
18+
postgresql: "9.6" # for "installcheck"
1919
apt:
2020
packages:
21-
- postgresql-9.3-postgis-2.3
21+
- postgresql-9.6-postgis-2.4
2222

2323
# Note: Valgrind currently reports many problems when libght is enabled. So for
2424
# now, and until the problems are fixed, we just run the unit tests with libght

0 commit comments

Comments
 (0)