[test] Add .travis.yml
for testing on Travis CI
This commit is contained in:
parent
b96151e617
commit
bab96b045a
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 0.4
|
||||||
|
- 0.6
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- travis@nodejitsu.com
|
||||||
|
irc: "irc.freenode.org#nodejitsu"
|
||||||
|
|
Loading…
Reference in a new issue