mirror of
https://github.com/danbulant/node-x11
synced 2026-06-18 14:11:29 +00:00
cleanup before addint travis & mocha testing
This commit is contained in:
parent
5b191458d3
commit
b6a0ceff7f
34 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue