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 fa0eefd commit 4442c6cCopy full SHA for 4442c6c
.travis.yml
@@ -5,3 +5,7 @@ node_js:
5
- "node"
6
addons:
7
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