Skip to content

Commit 0c01653

Browse files
committed
add team email address for notifications from CI systems
Signed-off-by: Jacek Danecki <[email protected]> #77 Change-Id: I0c79b79e370f1fe606fb381bd7528436f6b5e4c5
1 parent deab9a3 commit 0c01653

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ services:
66
- docker
77
git:
88
depth: false
9+
notifications:
10+
email:
11+
recipients:
12+
913
matrix:
1014
include:
1115
- os: linux

shippable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ build:
1010
- mkdir build; cd build
1111
- cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release ../neo
1212
- ninja
13+
integrations:
14+
notifications:
15+
- integrationName: email
16+
type: email
17+
recipients: [email protected]
18+

0 commit comments

Comments
 (0)