Skip to content

Commit 7d454a5

Browse files
committed
fix: Run xvfb in background
1 parent 23e5670 commit 7d454a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ before_script:
122122
- tail conf/zeppelin-env.sh
123123
- export CHROME_BIN=/usr/bin/google-chrome-beta
124124
- export DISPLAY=:99.0
125-
- sh -e /etc/init.d/xvfb start
125+
- sh -e /etc/init.d/xvfb start &
126126
- sleep 3
127127

128128
script:

0 commit comments

Comments
 (0)