Closed
Description
Install libgeos using apt would probably save almost 4 minutes of build time. There is also a newer version of GEOS already packaged.
In .travis.yaml replace the compiling of libgeos with this:
addons:
apt:
packages:
- libgeos-3.3.8
Here are the docs for APT on Travis.
I'm putting this here until I can get PR #234 working and merged.
Metadata
Metadata
Assignees
Labels
No labels