Skip to content

Commit

Permalink
Configured travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Venelin Mitov committed Oct 22, 2019
1 parent c95a185 commit d4d14ab
Showing 1 changed file with 14 additions and 0 deletions.
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 d4d14ab

Please sign in to comment.