Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpe committed Jul 23, 2015
1 parent 7d5f2f2 commit c783f6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
# http://docs.travis-ci.com/user/languages/r/

language: R
sudo: required
warnings_are_errors: true

before_install:
- sudo apt-get install libv8-dev

r_binary_packages:
- rgdal

r_github_packages:
- hadley/httr
Expand All @@ -18,9 +20,6 @@ r_github_packages:
- klutometis/roxygen
- jimhester/covr
- ropensci/geojsonio

r_binary_packages:
- rgdal

after_success:
- Rscript -e 'library(covr);coveralls()'
Expand Down

0 comments on commit c783f6d

Please sign in to comment.