Skip to content

Commit 29e6e74

Browse files
committed
[test] Add .travis.yml file for Travis CI.
1 parent 2d75510 commit 29e6e74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 0.6
4+
- 0.8
5+
branches:
6+
only:
7+
- master
8+
notifications:
9+
email:
10+
11+
irc: "irc.freenode.org#nodejitsu"

0 commit comments

Comments
 (0)