Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit a9b7c9b

Browse files
committed
Add travis notification to slack room
Send build status to slack. RoomID is stored in travis as an environment variable
1 parent 1ee1f64 commit a9b7c9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ sudo: required
66

77
dist: trusty
88

9+
notifications:
10+
slack:
11+
rooms:
12+
- "$SLACK_ROOM"
13+
on_pull_requests: false
14+
on_success: change
15+
916
services:
1017
- docker
1118

0 commit comments

Comments
 (0)