Skip to content

Commit

Permalink
Added back travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fikovnik committed May 5, 2018
1 parent ba32a8f commit bbdbd54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: r
cache: packages
warnings_are_errors: false

env:
global:
- _R_CHECK_FORCE_SUGGESTS_=false
- MAKEFLAGS="-j 4"

r_packages:
- covr

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

0 comments on commit bbdbd54

Please sign in to comment.