mirror of
https://github.com/danbulant/node-x11
synced 2026-06-19 14:41:03 +00:00
9 lines
178 B
YAML
9 lines
178 B
YAML
before_script:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
|
|
language: node_js
|
|
node_js:
|
|
- 0.4
|
|
- 0.6
|
|
- 0.7 # development version of 0.8, may be unstable
|