File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,17 @@ dist: trusty
7
7
matrix :
8
8
include :
9
9
- r : devel
10
+ # avoind errors due to world clock API (hopefully can be removed in future)
11
+ env : _R_CHECK_SYSTEM_CLOCK_=false
10
12
- r : release
11
- env : USE_VDIFFR=true
12
- r_github_packages : lionel-/vdiffr
13
+ env : VDIFFR_RUN_TESTS=true
14
+ before_cache :
15
+ - Rscript -e 'remotes::install_cran("pkgdown")'
16
+ - Rscript -e 'remotes::install_github("tidyverse/tidytemplate")'
17
+ deploy :
18
+ provider : script
19
+ script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
20
+ skip_cleanup : true
13
21
- r : oldrel
14
22
- r : 3.2
15
23
env : R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
22
30
# don't treat missing suggested packages as error
23
31
- _R_CHECK_FORCE_SUGGESTS_=false
24
32
# switch off vdiffr by default
25
- - USE_VDIFFR =false
33
+ - VDIFFR_RUN_TESTS =false
26
34
27
35
after_success :
28
36
- Rscript -e 'covr::codecov()'
You can’t perform that action at this time.
0 commit comments