mirror of
https://github.com/danbulant/node-x11
synced 2026-05-21 21:39:13 +00:00
Test Travis with Xvfb doing -nolisten tcp and -nolisten unix
This commit is contained in:
parent
c00a790c2b
commit
140960145b
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -nolisten $NOLISTEN"
|
||||
|
||||
env:
|
||||
- NOLISTEN=tcp
|
||||
- NOLISTEN=unix
|
||||
|
||||
language: node_js
|
||||
node_js:
|
||||
|
|
|
|||
Loading…
Reference in a new issue