Skip to content

Commit

Permalink
added travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
pridiltal committed Jan 5, 2018
1 parent e6bcb5e commit c784609
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^README-.*\.png$
^logo\.png$
^\.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
cache: packages
warnings_are_errors: false

r_packages:
- covr

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

0 comments on commit c784609

Please sign in to comment.