add .travis.yml file and test Travis execution
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '0.11'
|
||||
- '0.10'
|
||||
- '0.8'
|
||||
- '0.6'
|
||||
|
||||
# NOTE - TravisCI for Nodejs defaults to `npm test`.
|
||||
# More info here, http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Default-Test-Script
|
Reference in New Issue
Block a user