Skip to content

Commit 9450668

Browse files
committed
fix: redirect dbus into null
1 parent bcac8a4 commit 9450668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ before_script:
120120
- echo "export SPARK_HOME=`pwd`/spark-$SPARK_VER-bin-hadoop$HADOOP_VER" > conf/zeppelin-env.sh
121121
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
122122
- tail conf/zeppelin-env.sh
123-
- if [[ -n $TEST_MODULES ]]; then export CHROME_BIN=chromium-browser; export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
123+
- if [[ -n $TEST_MODULES ]]; then export DBUS_SESSION_BUS_ADDRESS=/dev/null; export CHROME_BIN=chromium-browser; export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
124124

125125
script:
126126
- if [[ -n $TEST_MODULES ]]; then export MODULES="${TEST_MODULES}"; fi

0 commit comments

Comments
 (0)