forked from syounkin/RVsharing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
46 lines (42 loc) · 1.16 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
39
40
41
42
43
44
45
jobs:
fast_finish: true
allow_failures:
- name: Bioconductor Devel Testing - Linux
- name: Bioconductor Devel Testing - OSX
include:
- name: "Bioconductor Release Testing - Linux"
os: Linux
if: tag IS NOT present
language: r
r: bioc-release
repos:
CRAN: http://cran.rstudio.com/
sudo: required
before_install:
- sudo apt-get update
- sudo apt-get install -y libxml2-dev libssl-dev libcurl4-openssl-dev
- name: "Bioconductor Devel Testing - Linux"
os: linux
if: tag IS NOT present
language: r
r: bioc-devel
repos:
CRAN: http://cran.rstudio.com/
sudo: required
before_install:
- sudo apt-get update
- sudo apt-get install -y libxml2-dev libssl-dev libcurl4-openssl-dev
- name: "Bioconductor Release Testing - OSX"
os: osx
if: tag IS NOT present
language: r
r: bioc-release
repos:
CRAN: http://cran.rstudio.com/
- name: "Bioconductor Devel Testing - OSX"
os: osx
if: tag IS NOT present
language: r
r: bioc-devel
repos:
CRAN: http://cran.rstudio.com/