forked from twosigma/beakerx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (23 loc) · 1.02 KB
/
.travis.yml
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: java
jdk:
- oraclejdk7
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- sudo add-apt-repository --yes ppa:nginx/stable
- sudo add-apt-repository --yes ppa:chris-lea/zeromq
- sudo add-apt-repository --yes ppa:marutter/rrutter
- sudo apt-get update -q
- sudo apt-get install nginx
- sudo apt-get install libzmq3-dbg libzmq3-dev libzmq3
- sudo apt-get install python-pip python-dev
- sudo pip install ipython jinja2 tornado
- sudo pip install pyzmq
- sudo apt-get install python-matplotlib python-scipy python-pandas
- sudo apt-get install r-base r-base-dev
- sudo Rscript -e "install.packages('Rserve',,'http://cran.us.r-project.org')"
- sudo Rscript -e "install.packages('ggplot2',,'http://cran.us.r-project.org')"
- sudo Rscript -e "install.packages('devtools',,'http://cran.us.r-project.org')"
- sudo Rscript -e "install.packages('RJSONIO',,'http://cran.us.r-project.org')"
- sudo Rscript -e "install.packages('RCurl',,'http://cran.us.r-project.org')"