Skip to content

Commit

Permalink
use_tidy_ci()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 2, 2019
1 parent 5e4d01f commit 30afa6a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^\.covrignore$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
Expand Down
2 changes: 2 additions & 0 deletions .covrignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
R/deprec-*.R
R/compat-*.R
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ language: R
sudo: false
cache: packages

r:
# - 3.1 # fails with S4 weirdness
- 3.2
- oldrel
- release
- devel

before_script:
- psql -c 'create database test;' -U postgres

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

matrix:
include:
- r: devel
- r: release
after_success:
- Rscript -e 'covr::codecov()'
- r: oldrel
- r: 3.3
- r: 3.2
# - r: 3.1 # fails with S4 weirdness
8 changes: 5 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
This is a minor release designed to add forward compability with the next version of rlang.

## Test environments
* OS X install: R 3.4
* win-builder: R-devel
* travis-ci: R 3.2, R 3.3, R 3.4, R-devel

* local: darwin15.6.0-3.5.1
* travis: 3.1, 3.2, 3.3, oldrel, release, devel
* r-hub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel
* win-builder: windows-x86_64-devel

## R CMD check results

Expand Down

0 comments on commit 30afa6a

Please sign in to comment.