Skip to content

Commit 9246dac

Browse files
committed
A travis configuration that I reckon will work (including xvfb)
1 parent 86714bf commit 9246dac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- 0.10
5+
- 0.12
6+
- iojs
7+
8+
before_script:
9+
- export DISPLAY=:99.0
10+
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)