glowingbear-mainbox/.travis.yml
2013-12-17 16:19:22 -05:00

5 lines
92 B
YAML

language: node_js
node_js:
- "0.10"
install: "npm -g install jshint"
script: "jshint js/*"