Skip to content

Commit

Permalink
another solution attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbour committed Jul 11, 2017
1 parent c5a19c3 commit 56c4dc3
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ sudo: required
cache: packages
warnings_are_errors: false

#apt_packages:
# - libgmp3-dev
# - libmpfr-dev
dist: trusty

addons:
apt:
packages:
- libhdf5-dev
- libgdal-dev
- libproj-dev
before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes libproj-dev libgeos-dev libgdal-dev
#libudunits2-dev

#addons:
# apt:
# packages:
# - libhdf5-dev
# - libgdal-dev
# - libproj-dev

r_binary_packages:
- rgdal
Expand Down

0 comments on commit 56c4dc3

Please sign in to comment.