We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a35b2 commit 9cbfbcaCopy full SHA for 9cbfbca
.travis.yml
@@ -2,11 +2,13 @@ language: node_js
2
node_js:
3
- "0.10"
4
- "0.12"
5
- - "4.0"
+ - "4"
6
+ - "6"
7
before_script:
8
- export CHROME_BIN=chromium-browser
9
- export DISPLAY=:99.0
- - 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
12
email:
13
on_failure: change
14
on_success: never
0 commit comments