Skip to content

Commit

Permalink
hellooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbour committed Jul 17, 2017
1 parent 847bf94 commit c0ef9b0
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
language: r
r:
- release
cache: packages
warnings_are_errors: false
sudo: required
# dist: precise
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: trusty

r_binary_packages:
before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
- echo "options(repos = c(CRAN='http://cran.rstudio.com'))" > ~/.Rprofile

r_packages:
- covr
- rgdal
# - rgeos

#r_binary_packages:
# - rgdal

notifications:
email:
Expand Down

0 comments on commit c0ef9b0

Please sign in to comment.