diff options
Diffstat (limited to 'travis')
| -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 8ddc7ae6..06e1eeb2 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -80,4 +80,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 |
