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

Commit

Permalink
run travis builds on oldrel/release/devel, only codecov on release
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 13, 2018
1 parent 07311d7 commit 1469d3b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Expand Up @@ -8,8 +8,18 @@ r_check_args: "--as-cran"
r_github_packages:
- jimhester/covr

matrix:
include:
- os: linux
r: oldrel
- os: linux
r: release
env: R_CODECOV=true
- os: linux
r: devel

after_success:
- Rscript -e 'covr::codecov()'
- if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi

notifications:
slack:
Expand Down

0 comments on commit 1469d3b

Please sign in to comment.