mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: use trusty
This commit is contained in:
parent
93fb571cf1
commit
5a0d1118c9
1 changed files with 5 additions and 3 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
language: java
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
|
|
@ -28,12 +29,13 @@ cache:
|
|||
- zeppelin-web/bower_components
|
||||
|
||||
addons:
|
||||
chrome: beta
|
||||
apt:
|
||||
sources:
|
||||
- r-packages-precise
|
||||
- google-chrome
|
||||
- r-packages-trusty
|
||||
packages:
|
||||
- r-base-dev
|
||||
- google-chrome-stable
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
@ -120,7 +122,7 @@ before_script:
|
|||
- echo "export SPARK_HOME=`pwd`/spark-$SPARK_VER-bin-hadoop$HADOOP_VER" > conf/zeppelin-env.sh
|
||||
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
|
||||
- tail conf/zeppelin-env.sh
|
||||
- export CHROME_BIN=/usr/bin/google-chrome-beta
|
||||
- export CHROME_BIN=/usr/bin/google-chrome-stable
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start &
|
||||
- sleep 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue