forked from bd-R/bdchecks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (36 loc) · 947 Bytes
/
.travis.yml
File metadata and controls
38 lines (36 loc) · 947 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
32
33
34
35
36
37
38
language: R
sudo: false
cache: packages
matrix:
include:
- name: "Release R github"
r: release
env: bdverse='github'
after_success:
- Rscript -e 'covr::codecov()'
after_failure:
- "cat /home/travis/build/bd-R/bdchecks/bdchecks.Rcheck/00check.log"
- name: "Release R github OSX"
r: release
env: bdverse='github'
os: osx
after_failure:
- "cat /home/travis/build/bd-R/bdchecks/bdchecks.Rcheck/00check.log"
- name: "Release R CRAN"
r: release
env: bdverse='CRAN'
after_failure:
- "cat /home/travis/build/bd-R/bdchecks/bdchecks.Rcheck/00check.log"
- r: devel
after_failure:
- "cat /home/travis/build/bd-R/bdchecks/bdchecks.Rcheck/00check.log"
- r: 3.4
after_failure:
- "cat /home/travis/build/bd-R/bdchecks/bdchecks.Rcheck/00check.log"
addons:
apt:
sources:
- sourceline: 'ppa:opencpu/jq'
packages:
- libjq-dev
- libv8-dev