Skip to content

Commit

Permalink
[ci] Added postgis package on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 4, 2017
1 parent 472e597 commit a78ac1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
sudo: false

cache: pip

language: python

services:
Expand All @@ -11,6 +9,12 @@ services:
python:
- "2.7"

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

branches:
only:
- master
Expand Down

0 comments on commit a78ac1e

Please sign in to comment.