Add basic travis.yml file

This commit is contained in:
David Cormier 2013-12-17 16:19:22 -05:00
parent 68f24554d1
commit 5b4b55d085

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
install: "npm -g install jshint"
script: "jshint js/*"