[test] Add .travis.yml for testing on Travis CI

This commit is contained in:
Maciej Małecki 2011-11-18 22:29:05 +01:00
parent b96151e617
commit bab96b045a

10
.travis.yml Normal file
View file

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