Skip to content

Commit

Permalink
fix travis build for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Nov 28, 2017
1 parent 0652c00 commit 5a6423d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ python:
- 3.5
- 3.6

addons:
postgresql: 9.6
apt:
packages:
- postgresql-9.6-postgis-2.3

env:
matrix:
- DJANGO_VERSION=1.6.11 DATABASE=postgres
Expand Down

0 comments on commit 5a6423d

Please sign in to comment.