diff options
| -rwxr-xr-x | travis/install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
