forked from adeschen/methylInheritance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (33 loc) · 822 Bytes
/
Copy path.travis.yml
File metadata and controls
41 lines (33 loc) · 822 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
39
40
41
language: r
sudo: required
# R version
r: bioc-release
# Package caching only makes sense for the release versions.
cache: packages
# Packages from Bioconductor needed
#bioc_packages:
# - BiocParallel
# - GenomicRanges
# - IRanges
# - S4Vectors
# - methods
# - gridExtra
# - BiocStyle
# - BiocGenerics
# Be strict when checking package
warnings_are_errors: true
r_build_args: "--no-manual --no-resave-data --keep-empty-dirs"
r_check_args: "--no-build-vignettes --no-manual --timings"
# Package dependencies from CRAN not in DESCRIPTION file
r_binary_packages:
- covr
# - RUnit
# - knitr
# - rmarkdown
# - ggplot2
#r_github_packages:
# - Bioconductor-mirror/rtracklayer@release-3.3
# - al2na/methylKit
# To send info to codecov
after_success:
- Rscript -e 'library(covr);codecov()'