Skip to content

Commit

Permalink
Test all examples on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 28, 2018
1 parent b790ca5 commit 3aa4e56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cache: packages
latex: false
fortran: false
pandoc: false
r_check_args: '--run-donttest'

matrix:
include:
Expand Down
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ install:
- rustc -V
- cargo -V

# Adapt as necessary starting from here
environment:
matrix:
- R_VERSION: release
R_CHECK_ARGS: '--no-manual --run-donttest'
- R_VERSION: devel
R_CHECK_ARGS: '--no-manual --run-donttest'

build_script:
- travis-tool.sh install_deps
Expand Down

0 comments on commit 3aa4e56

Please sign in to comment.