[tests] added .travis.yml file

This commit is contained in:
cronopio 2013-09-16 21:00:34 -05:00
parent 02007ed0fb
commit 0602500230

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- 0.8
- "0.10"
- "0.11"
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"