From 6982452a87fd9a297987ffe7cd0be6f5f6ef9bdc Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 20 Jun 2015 23:13:20 +0200 Subject: .travis.yml: force non-interactive unzipping --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1bc864e7..3fc9f4de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: # Now with grids - wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip - cd nad - - unzip ../proj-datumgrid-1.5.zip + - unzip -o ../proj-datumgrid-1.5.zip - cd .. # cmake build with grids - mkdir build_cmake_nad -- cgit v1.2.3