Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 15e590c

Browse files
Updating Travis file
1 parent a365f80 commit 15e590c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
language: node_js
22
node_js:
3-
- "0.11"
4-
- "0.10"
3+
- "0.10"
4+
- "0.12"
5+
- 4
6+
- iojs
7+
notifications:
8+
slack: reactivex:e424dAgQ2W9kuRMe6ngxHQbv
9+
webhooks:
10+
urls:
11+
- https://webhooks.gitter.im/e/8f1482d7420d95b647ce
12+
on_success: change # options: [always|never|change] default: always
13+
on_failure: always # options: [always|never|change] default: always
14+
on_start: false # default: false

0 commit comments

Comments
 (0)