forked from KWB-R/kwb.heatsine.opencpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (35 loc) · 1013 Bytes
/
.travis.yml
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
32
33
34
35
36
37
##############################################################################
### Autogenerated with R package kwb.pkgbuild v0.1.4
### (installed from 'Github (kwb-r/kwb.pkgbuild@80e3ac2)' source code on 2020-10-08)
### by calling the function kwb.pkgbuild::use_pkg(author, pkg, version = "0.0.0.9000", stage = "experimental")
### (file created at: 2020-10-08 12:23:57)
##############################################################################
language: r
pandoc_version: 2.7.3
sudo: required
addons:
apt:
packages:
- libharfbuzz-dev
- libfribidi-dev
cache: packages
r_packages:
- remotes
- covr
matrix:
include:
- r: devel
- r: release
after_success:
- Rscript -e 'covr::codecov()'
before_deploy:
- Rscript -e 'remotes::install_github("kwb-r/kwb.pkgbuild")'
deploy:
provider: script
script: Rscript -e 'kwb.pkgbuild::deploy_site_github_with_extra_files()'
skip_cleanup: 'true'
on:
branch:
- main
- dev
- r: oldrel