-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (28 loc) · 748 Bytes
/
.travis.yml
File metadata and controls
38 lines (28 loc) · 748 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
r: bioc-devel
cache:
packages: true
sudo: required
warnings_are_errors: true
# workaround stolen https://github.com/sneumann/xcms/blob/master/.travis.yml
addons:
apt:
packages:
- libnetcdf-dev
- netcdf-bin # libnetcdf-dev doesn't contain nc-config in ubuntu 12.04 (in 16.04 [xerus] it is part of libnetcdf-dev)
- libhdf5-dev
- libgit2-dev # git2r
- texlive-latex-recommended
- texlive-fonts-extra
matrix:
allow_failures:
- r: bioc-devel
bioc_required: true
r_packages:
- covr
- testthat
- knitr
- roxygen2
before_install:
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew update; fi"
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew install libgit2; fi"