Skip to content

Commit 7e34eef

Browse files
committed
Added email notification for travis
1 parent 0ff5c31 commit 7e34eef

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ jdk:
55
- openjdk6
66

77
notifications:
8-
email: false
8+
email:
9+
recipients:
10+
- jeff.yemin@10gen.com
11+
- trisha.gee@10gen.com
12+
on_success: change
13+
on_failure: always
914

1015
services:
1116
- mongodb

0 commit comments

Comments
 (0)