-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (29 loc) · 826 Bytes
/
.travis.yml
File metadata and controls
31 lines (29 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##############################################################################
### Autogenerated with R package kwb.pkgbuild v0.0.0.9000
### (installed from 'local' source code on 2019-06-17)
### by calling the function kwb.pkgbuild::use_autopkgdown()
### (file created at: 2019-07-30 16:38:20)
##############################################################################
language: r
sudo: required
#cache: packages
r_packages:
- remotes
- covr
matrix:
include:
- r: devel
- r: release
after_success:
- Rscript -e 'covr::codecov()'
before_deploy:
- Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip_cleanup: 'true'
on:
branch:
- master
- dev
- r: oldrel