We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b13d0 commit d118f71Copy full SHA for d118f71
.travis.yml
@@ -0,0 +1,7 @@
1
+sudo: false
2
+language: node_js
3
+node_js: 0.12
4
+script: npm test
5
+before_install:
6
+ - "export DISPLAY=:99.0"
7
+ - "sh -e /etc/init.d/xvfb start"
0 commit comments