Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Adds rgdal system library dependecies to travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
javigzz committed Apr 10, 2017
1 parent 322a7ad commit d58806d
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
@@ -1,15 +1,19 @@
language: c
language: r
dist: trusty
sudo: required
cache: packages

before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- "./travis-tool.sh bootstrap"
install:
- "./travis-tool.sh install_deps"
script: "./travis-tool.sh run_tests"
on_failure:
- "./travis-tool.sh dump_logs"
- sudo apt-get install -y libproj-dev libgdal-dev

compiler:
- clang

warnings_are_errors: false

after_success:
- Rscript -e 'covr::codecov()'

notifications:
email:
on_success: change
Expand Down

0 comments on commit d58806d

Please sign in to comment.