fix: use chromium-browser

This commit is contained in:
1ambda 2017-07-11 19:34:07 +09:00
parent fcfa9c0924
commit 5a096da1aa

View file

@ -121,7 +121,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/chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3