Skip to content

Commit 0c98f3f

Browse files
committed
[dist] Add .travis.yml
1 parent 4407db1 commit 0c98f3f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- 0.8
4+
- 0.10
5+
before_install:
6+
- curl --location http://git.io/1OcIZA | bash -s
7+
branches:
8+
only:
9+
- master
10+
notifications:
11+
email:
12+
13+
irc: "irc.freenode.org#nodejitsu"

0 commit comments

Comments
 (0)