Skip to content

Commit 5a6423d

Browse files
committed
fix travis build for postgres
1 parent 0652c00 commit 5a6423d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ python:
66
- 3.5
77
- 3.6
88

9+
addons:
10+
postgresql: 9.6
11+
apt:
12+
packages:
13+
- postgresql-9.6-postgis-2.3
14+
915
env:
1016
matrix:
1117
- DJANGO_VERSION=1.6.11 DATABASE=postgres

0 commit comments

Comments
 (0)