forked from rte-antares-rpackage/antaresViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (34 loc) · 870 Bytes
/
.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
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
dist: trusty
sudo: required
cache: packages
before_install:
sudo apt-get install -y libprotobuf-dev protobuf-compiler
r: bioc-devel
r_github_packages:
- hadley/devtools#1263
- Bioconductor-mirror/zlibbioc
- Bioconductor-mirror/rhdf5
- rte-antares-rpackage/manipulateWidget@develop
- rte-antares-rpackage/antaresMaps
- rte-antares-rpackage/antaresRead@develop
- rte-antares-rpackage/antaresProcessing@develop
addons:
apt:
sources:
- sourceline: 'ppa:opencpu/jq'
packages:
- libjq-dev
- valgrind
- libgdal-dev
- libproj-dev
- libv8-3.14-dev
include:
- r: release
- r: oldrel
- r: devel
r_packages:
- covr
after_success:
- Rscript -e 'library(covr); codecov()'