Skip to content

Commit a299444

Browse files
committed
Use postgresql-9.6-postgis-2.3 on Travis
1 parent e5b2ecc commit a299444

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ rust:
77
services:
88
- postgresql
99
addons:
10-
postgresql: "9.4"
10+
postgresql: 9.6
11+
apt:
12+
packages:
13+
- postgresql-9.6-postgis-2.3
1114
env:
1215
DBCONN=postgresql://postgres@127.0.0.1/testdb
1316

0 commit comments

Comments
 (0)