-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
65 lines (59 loc) · 968 Bytes
/
.travis.yml
File metadata and controls
65 lines (59 loc) · 968 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
dist: trusty
sudo: required
language: R
sudo: false
cache: packages
addons:
apt:
packages:
libicu-dev
libfreetype6-dev
ant
r-cran-chron
r-cran-zoo
r-cran-shiny
r-cran-ggplot2
r-cran-gdata
r-cran-gridbase
r-cran-gridextra
r-cran-mgcv
r-cran-spatstat
r-cran-reshape2
r-cran-rcurl
r-cran-plyr
r-cran-roxygen2
r_packages:
- akima
- chron
- dplR
- dplyr
- Ecdat
- Ecfun
- extrafont
- gdata
- ggplot2
- gplots
- grid
- gridExtra
- gWidgets
- mgcv
- mosaic
- plyr
- RCurl
- reshape2
- shiny
- spatstat
- sysfonts
- xkcd
- zoo
- roxygen2
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
script:
- Rscript prepare.r
- ./test.sh
notifications:
slack: endtoendprovenance:DNYqXZWhV1c3eRhkjGYyjCEv