Add basic travis.yml file
This commit is contained in:
parent
68f24554d1
commit
5b4b55d085
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
install: "npm -g install jshint"
|
||||
script: "jshint js/*"
|
Loading…
Reference in New Issue