Skip to content

Commit cc6c48d

Browse files
grgustafJimmy Huang
authored andcommitted
[travis] Enable IRC notifications of commit build status (zephyrproject-rtos#441)
Signed-off-by: Geoff Gustafson <[email protected]>
1 parent 259f266 commit cc6c48d

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
@@ -3,6 +3,13 @@ language: generic # setting language to C will override cross-compiler and fail
33
sudo: required
44
dist: trusty
55

6+
notifications:
7+
irc:
8+
channels:
9+
- "irc://irc.freenode.net:8001/#zjs"
10+
on_success: change
11+
on_failure: always
12+
613
env:
714
global:
815
- ZEPHYR_GCC_VARIANT=zephyr

0 commit comments

Comments
 (0)