Skip to content

Commit 0463d97

Browse files
committed
xvfb-run
1 parent 10e073a commit 0463d97

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.travis.yml

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
dist: xenial
2-
3-
services:
4-
- xvfb
5-
2+
services: xvfb
63
language: node_js
7-
8-
node_js:
9-
- "6.10.2"
10-
11-
install:
12-
- BROWSER="Firefox-stable" ./.travis-setup.sh
13-
14-
before_script:
15-
- export DISPLAY=:99.0
16-
- sh -e /etc/init.d/xvfb start
17-
- sleep 3 # give xvfb some time to start
4+
node_js: "6.10.2"
5+
install: BROWSER="Firefox-stable" ./.travis-setup.sh
6+
script: xvfb-run node test

0 commit comments

Comments
 (0)