diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-27 11:10:00 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-27 11:10:00 +0100 |
| commit | cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb (patch) | |
| tree | b8efc7e5dea10abc1937d6b9afa15b7a068cc11e /travis | |
| parent | f3e10e2eeb79d1cfd3cb53019d204447baf2d8ac (diff) | |
| download | PROJ-cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb.tar.gz PROJ-cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb.zip | |
Travis/Appveyor: use proj-datumgrid-1.8
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis/install.sh b/travis/install.sh index f5fa7d08..e37644f4 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -3,7 +3,7 @@ set -e # Download grid files -wget http://download.osgeo.org/proj/proj-datumgrid-1.7.zip +wget http://download.osgeo.org/proj/proj-datumgrid-1.8.zip # prepare build files ./autogen.sh @@ -49,7 +49,7 @@ cd .. cd ../.. # Install grid files -(cd data && unzip -o ../proj-datumgrid-1.7.zip) +(cd data && unzip -o ../proj-datumgrid-1.8.zip) # autoconf build with grids mkdir build_autoconf_grids |
