diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 17:45:37 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 19:15:29 +0100 |
| commit | 8d75f5040e93c0e31a8c5410887fc95541c1baf1 (patch) | |
| tree | b2a9127983b41c8f0a1ca5ef8a8598d4c587a505 /.travis.yml | |
| parent | 6de85e3690dab9377205adb2678aa4555a342b3c (diff) | |
| download | PROJ-data-8d75f5040e93c0e31a8c5410887fc95541c1baf1.tar.gz PROJ-data-8d75f5040e93c0e31a8c5410887fc95541c1baf1.zip | |
Add travis/check_new_grids.sh to check new submitted grids
Simulation of adding a bad GeoTIFF file in following log:
https://travis-ci.org/rouault/PROJ-data-tmp/builds/643019546
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a7bdbd6..7197b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: - sudo apt-get install cmake make zip unzip pyflakes3 wget install: + - ./travis/check_new_grids.sh - cd grid_tools - pyflakes3 *.py - wget https://github.com/OSGeo/proj-datumgrid/raw/master/north-america/ntv2_0.gsb |
