Skip to content

Commit

Permalink
fix: use beta chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 11, 2017
1 parent 3e9f494 commit 23e5670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cache:
- zeppelin-web/bower_components

addons:
chrome: stable
chrome: beta
apt:
sources:
- r-packages-precise
Expand Down Expand Up @@ -120,8 +120,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 DBUS_SESSION_BUS_ADDRESS=/dev/null
- 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
Expand Down

0 comments on commit 23e5670

Please sign in to comment.