From 85fd46bfb8765496abd8d8712a4989c57ef4043a Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 13 Mar 2018 14:23:42 -0700 Subject: [PATCH] travis: enable IRC notifications Change-Id: Ifce084485015992fc65696ced3e0e23d8fe7ae02 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/403737 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 939ea5a8f1..a05b0b06f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,12 @@ script: - ./configure --enable-werror - make - ./test/unit/unittest.sh + +notifications: + irc: + channels: + - "chat.freenode.net#spdk" + template: + - "%{repository_name}/%{branch}: %{commit_subject} (%{author})" + on_success: always + on_failure: always