-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
39 lines (31 loc) · 1.01 KB
/
.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
38
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
cache: packages
branches:
only:
- master
latex: false
matrix:
include:
- r: release
os: linux
- r: devel
os: linux
env:
global:
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
- R_CHECK_ARGS="--no-build-vignettes --no-manual --timings"
- _R_CHECK_TIMINGS_="0"
warnings_are_errors: false
before_deploy:
- sudo apt-get install -y libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev
- Rscript -e 'remotes::install_cran("devtools"); remotes::install_cran("pkgdown"); remotes::install_version("rmarkdown", "1.15")'
- wget https://raw.githubusercontent.com/selcenari/ceRNAnetsim/services/_pkgdown.yaml
- wget https://raw.githubusercontent.com/selcenari/ceRNAnetsim/services/codecov.yml
- wget https://raw.githubusercontent.com/selcenari/ceRNAnetsim/services/deploy.sh
deploy:
- provider: script
script: bash deploy.sh
skip_cleanup: true
on:
branch: master