Skip to content

Commit

Permalink
Build using same PROJ.4 version as proj crate
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei authored Dec 27, 2018
1 parent 7def88c commit f55455e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ matrix:
before_install:
- if [ "${GEO_FEATURES}" == "--features use-proj" ]; then
sudo apt-get update;
wget https://github.com/OSGeo/proj.4/releases/download/5.0.0/proj-5.0.0.tar.gz;
tar -xzvf proj-5.0.0.tar.gz;
pushd proj-5.0.0 && ./configure --prefix=/usr && make && sudo make install && popd;
wget https://github.com/OSGeo/proj.4/releases/download/5.2.0/proj-5.2.0.tar.gz;
tar -xzvf proj-5.2.0.tar.gz;
pushd proj-5.2.0 && ./configure --prefix=/usr && make && sudo make install && popd;
fi

script:
Expand Down

0 comments on commit f55455e

Please sign in to comment.