Add basic travis.yml file
This commit is contained in:
parent
68f24554d1
commit
5b4b55d085
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
install: "npm -g install jshint"
|
||||
script: "jshint js/*"
|
Loading…
Reference in a new issue