Skip to content

Commit 5c360cc

Browse files
committed
make travis to notify only on fail
1 parent 26ac5e9 commit 5c360cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ language: node_js
22
node_js:
33
- "0.12"
44
- "4"
5+
notifications:
6+
email:
7+
on_success: never
8+
on_failure: always

0 commit comments

Comments
 (0)