Skip to content

Commit 4442c6c

Browse files
committed
fix(build): add xvfb to travis config
1 parent fa0eefd commit 4442c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ node_js:
55
- "node"
66
addons:
77
chrome: stable
8+
before_script:
9+
- "export DISPLAY=:99.0"
10+
- "sh -e /etc/init.d/xvfb start"
11+
- sleep 3 # give xvfb some time to start

0 commit comments

Comments
 (0)