add .travis.yml file and test Travis execution

This commit is contained in:
Weston Platter
2014-02-24 23:25:39 -07:00
parent 2b51023938
commit 4b4b4d3b8b

10
.travis.yml Normal file
View 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