Skip to content

Commit eeda11d

Browse files
committed
Add .travis.yml
1 parent ec4942f commit eeda11d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
- "0.12"
5+
- "4.0"
6+
- "5.0"
7+
email:
8+
on_failure: change
9+
on_success: never
10+

0 commit comments

Comments
 (0)