Skip to content

Commit

Permalink
updating travis build script to leverage apt to install postgis 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Sep 5, 2017
1 parent eb89e7e commit 10db7ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:

addons:
postgresql: "9.4"

before_install:
- psql -U postgres -c "create extension postgis"
apt:
packages:
- postgresql-9.4-postgis-2.3

install:
- bash ci/build_bindata.sh
Expand Down

0 comments on commit 10db7ef

Please sign in to comment.