Skip to content

Commit

Permalink
for travisCI, add proj.4 back again
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Oct 29, 2016
1 parent c4d297d commit 9039464
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,13 @@ before_install:
- ./configure --prefix=/usr
- make
- sudo make install
- cd
- wget http://download.osgeo.org/proj/proj-4.9.2.tar.gz
- tar zxvf proj-4.9.2.tar.gz
- cd proj-4.9.2
- ./configure --prefix=/usr
- make
- sudo make install
- cd /home/travis/build/dankelley/oce

r_build_args: --no-build-vignettes --no-manual --no-resave-data

0 comments on commit 9039464

Please sign in to comment.