Skip to content

Commit

Permalink
Configure travis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Venelin Mitov committed Oct 24, 2019
1 parent 0118f7f commit c64ee65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^README.Rmd$
^\.travis\.yml$
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
use_bioc: true
bioc_required: true
r:
- release
- devel
r_packages:
- covr
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit c64ee65

Please sign in to comment.