Skip to content

Commit

Permalink
bump postgis/liblwgeom version
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Dec 8, 2018
1 parent e4fae6c commit 2166ebf
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 @@ -48,9 +48,9 @@ addons:

before_install:
# install postgis from source, to avoid dependency conflict with GDAL >= 2.0:
- wget http://download.osgeo.org/postgis/source/postgis-2.3.2.tar.gz
- (mv postgis* /tmp; cd /tmp; tar xzf postgis-2.3.2.tar.gz)
- (cd /tmp/postgis-2.3.2 ; ./configure; make; sudo make install)
- wget http://download.osgeo.org/postgis/source/postgis-2.4.3.tar.gz
- (mv postgis* /tmp; cd /tmp; tar xzf postgis-2.4.3.tar.gz)
- (cd /tmp/postgis-2.4.3 ; ./configure; make; sudo make install)

# activate liblwgeom by:
- sudo ldconfig
Expand Down

0 comments on commit 2166ebf

Please sign in to comment.