From 2381f6d3c00e7181e67a4fbcc7b5a9c3476546cc Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Sat, 24 Feb 2018 08:08:57 +0100 Subject: Rerun tests without grids not included in proj-datumgrid. --- travis/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/travis/install.sh b/travis/install.sh index 0244339c..ac30a931 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -82,4 +82,8 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then make -j3 PROJ_LIB=$GRIDDIR make check +# Rerun tests without grids not included in proj-datumgrid +rm -v ${GRIDDIR}/egm96_15.gtx +PROJ_LIB=$GRIDDIR make check + mv src/.libs/*.gc* src -- cgit v1.2.3