Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vmora committed Apr 6, 2017
1 parent 0ab67ce commit cdc0dde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ dist: trusty
before_install:
- sudo apt search gdal
- sudo service postgresql stop
- sudo apt-get install -y gdal-bin python-pyspatialite python-psycopg2 python-pip postgresql-9.5-postgis-2.3
- sudo apt-get install -y gdal-bin python-pyspatialite python-psycopg2 python-pip postgresql-9.5-postgis-2.3 g++
- sudo service postgresql restart

- wget http://download.osgeo.org/gdal/2.1.3/gdal-2.1.3.tar.gz
- tar -xvzf gdal-2.1.3.tar.gz
- cd gdal-2.1.3.tar.gz
- ./configure && make && sudo make install

before_script:
- python package.py -i
Expand Down

0 comments on commit cdc0dde

Please sign in to comment.