Add node 0.12 + virtual screen for browsers/karma.

This commit is contained in:
Wilfried Kopp 2015-03-06 21:31:45 +01:00
parent 743eb3049f
commit d88effaedf

View File

@ -1,10 +1,13 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install
- npm install jshint
- export DISPLAY=:99.0 # http://karma-runner.github.io/0.8/plus/Travis-CI.html
- sh -e /etc/init.d/xvfb start
script:
- "jshint *.js lib"
after_script: