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

Commit

Permalink
install covr on travis only, remove from DESCRIPTION file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 14, 2017
1 parent eaa2dcc commit b122051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ addons:
- libv8-dev

r_packages:
- maps
- maps

r_github_packages:
- jimhester/covr

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

r:
- release
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Suggests:
testthat,
knitr,
rmarkdown,
leaflet,
covr
leaflet
Enhances: maps,
geojsonio
RoxygenNote: 6.0.1

0 comments on commit b122051

Please sign in to comment.