Skip to content

Commit 3aa4e56

Browse files
committed
Test all examples on CI
1 parent b790ca5 commit 3aa4e56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cache: packages
33
latex: false
44
fortran: false
55
pandoc: false
6+
r_check_args: '--run-donttest'
67

78
matrix:
89
include:

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ install:
1616
- rustc -V
1717
- cargo -V
1818

19-
# Adapt as necessary starting from here
19+
environment:
20+
matrix:
21+
- R_VERSION: release
22+
R_CHECK_ARGS: '--no-manual --run-donttest'
23+
- R_VERSION: devel
24+
R_CHECK_ARGS: '--no-manual --run-donttest'
2025

2126
build_script:
2227
- travis-tool.sh install_deps

0 commit comments

Comments
 (0)