Skip to content

Commit

Permalink
fix: use beta
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 11, 2017
1 parent 5a0d111 commit 282c83e
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 @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 282c83e

Please sign in to comment.