Skip to content

Commit

Permalink
Merge georust#331
Browse files Browse the repository at this point in the history
331: Build using same PROJ.4 version as proj crate r=frewsxcv a=urschrei



Co-authored-by: Stephan Hügel <shugel@tcd.ie>
  • Loading branch information
bors[bot] and urschrei committed Dec 30, 2018
2 parents 7def88c + f55455e commit 294a150
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 294a150

Please sign in to comment.