We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedfbf3 commit 811398dCopy full SHA for 811398d
.travis.yml
@@ -131,7 +131,7 @@ install:
131
echo 'Downloading and building external libgeos'
132
wget https://github.com/libgeos/libgeos/archive/${BUILD_LIBGEOS}.tar.gz
133
tar zxf ${BUILD_LIBGEOS}.tar.gz
134
- cd libgeos-${BUILD_LIBGEOS}
+ cd geos-${BUILD_LIBGEOS}
135
./autogen.sh
136
fi
137
./configure --prefix=$GEOS_DIR
0 commit comments