Skip to content

Commit

Permalink
travisCI: bump gdal from 2.0.1 to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Jan 4, 2017
1 parent 59389ae commit 216168c
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 @@ -10,9 +10,9 @@ before_install:
- chmod 755 pkg-build.sh
- ./pkg-build.sh bootstrap
- cd
- wget http://download.osgeo.org/gdal/2.0.1/gdal-2.0.1.tar.gz
- tar zxf gdal-2.0.1.tar.gz
- cd gdal-2.0.1
- wget http://download.osgeo.org/gdal/2.1.2/gdal-2.1.2.tar.gz
- tar zxf gdal-2.1.2.tar.gz
- cd gdal-2.1.2
- ./configure --prefix=/usr
- make
- sudo make install
Expand Down

0 comments on commit 216168c

Please sign in to comment.