Skip to content

Commit 9cbfbca

Browse files
committed
Travis: Update node version & chromium invocation
1 parent a7a35b2 commit 9cbfbca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "4.0"
5+
- "4"
6+
- "6"
67
before_script:
78
- export CHROME_BIN=chromium-browser
89
- export DISPLAY=:99.0
9-
- sh -e /etc/init.d/xvfb start
10+
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1024x768x16"
11+
- sleep 3 # give xvfb some time to start
1012
email:
1113
on_failure: change
1214
on_success: never

0 commit comments

Comments
 (0)