We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86714bf commit 9246dacCopy full SHA for 9246dac
.travis.yml
@@ -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