From 282c83ecfa09d3c458ba64c61854cdd75d4b9754 Mon Sep 17 00:00:00 2001 From: 1ambda <1amb4a@gmail.com> Date: Tue, 11 Jul 2017 19:23:31 +0900 Subject: [PATCH] fix: use beta --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a51fc5e2756..53dc5c670df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,11 +31,10 @@ cache: addons: apt: sources: - - google-chrome - r-packages-trusty packages: - r-base-dev - - google-chrome-stable + - google-chrome-beta env: global: @@ -122,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-stable + - export CHROME_BIN=/usr/bin/google-chrome-beta - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start & - sleep 3