Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 13, 2016
1 parent 1e7240b commit dc7b653
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
@@ -1,8 +1,16 @@
language: r

sudo: required

r_github_packages:
- jimhester/covr

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

notifications:
email:
on_success: change
on_failure: change
slack:
secure: mjW1sHpIhzj3mjB3w+I361LO8WXPx7NgnFBZ59geOW0oLb///1Xd8IGj7N5ljP5WQttNsLNw0uzCzqPd8fWIX52UubAzxcYv7qQKSWLCSjWD0/jViGLVzMERnSb11L/h7lbTg/w7jZd/YbMJf+nHxhOdO6NirEFV2kh+3xGbQ4Y=

Expand Down

0 comments on commit dc7b653

Please sign in to comment.