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

master
Maciej Małecki 2011-11-18 22:29:05 +01:00
parent b96151e617
commit bab96b045a
1 changed files with 10 additions and 0 deletions

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"