mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
14 lines
313 B
YAML
14 lines
313 B
YAML
before_script:
|
|
- "export DISPLAY=:99.0"
|
|
- "/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:
|
|
- '0.10'
|
|
- '0.12'
|
|
- '4.2'
|
|
- '5.0'
|