Skip to content

Commit

Permalink
updating travis build script. the postgis version appears to have cha…
Browse files Browse the repository at this point in the history
…nged
  • Loading branch information
ARolek committed Sep 5, 2017
1 parent 0a2b404 commit eb89e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
addons:
postgresql: "9.4"

before_install:
- psql -U postgres -c "create extension postgis"

install:
- bash ci/build_bindata.sh
- bash ci/config_postgis.sh
Expand Down

0 comments on commit eb89e7e

Please sign in to comment.