plugeth/.travis.yml
2014-11-02 21:49:23 -05:00

8 lines
109 B
YAML

language: node_js
node_js:
- "0.11"
before_install:
- "npm install jshint"
install:
- "jshint *.js"