Skip to content

Commit

Permalink
add travis for covr
Browse files Browse the repository at this point in the history
  • Loading branch information
jalazawa committed Feb 14, 2017
1 parent 4275a28 commit 52be7bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
README.md
cheat_sheet
test_case
^appveyor\.yml$
^.*\.Rproj$
^\.Rproj\.user$
README.md
cheat_sheet
test_case
^appveyor\.yml$
^\.travis\.yml$
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages

r_packages:
- covr

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

0 comments on commit 52be7bc

Please sign in to comment.