Skip to content

Commit

Permalink
use dev vcr, run _R_CHECK_LENGTH_1_LOGIC2_ on r-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 10, 2019
1 parent 3916558 commit 6937f12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Expand Up @@ -3,16 +3,22 @@ sudo: false
cache: packages
dist: trusty

r_github_packages:
- jimhester/covr
r_binary_packages:
- covr

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

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

notifications:
email:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -28,6 +28,7 @@ Suggests:
roxygen2 (>= 6.1.1),
testthat,
webmockr (>= 0.2.6),
vcr (>= 0.1.0)
vcr (>= 0.2.0.9114)
Encoding: UTF-8
RoxygenNote: 6.1.1
Remotes: ropensci/vcr

0 comments on commit 6937f12

Please sign in to comment.