File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 99 - mkdir -p shippable/codecoverage
1010 - cd sample
1111 - lein test2junit
12+
13+ integrations :
14+ notifications :
15+ - integrationName : ship_slack
16+ type : slack
17+ recipients :
18+ - " #random"
19+ - " #public-chnl"
20+ # on_start: always
21+ # on_success: never
22+ # on_failure: always
23+
24+ - integrationName : " ship-slack1"
25+ type : slack
26+ # on_failure: always
27+ # on_start: always
28+ # on_success: never
29+ recipients :
30+ - " #general"
31+
32+ - integrationName : email
33+ type : email
34+ recipients :
35+ 36+ 37+ # on_start: always
38+ # on_success: never
39+ # on_failure: always
40+
41+ - integrationName : irc
42+ type : irc
43+ recipients :
44+ - " chat.freenode.net#test-irc"
45+ - " chat.freenode.net#test1-irc"
46+ # on_start: always
47+ # on_success: always
48+ # on_failure: always
1249
1350
1451
You can’t perform that action at this time.
0 commit comments