From d6e3c3779cb791930f95f1fed1cf133d4e268aad Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Tue, 4 Jun 2019 16:01:10 -0700 Subject: [PATCH] .travis.yml: remove IRC notifications Since we're using Slack now, there's no need to send notifications to the #spdk IRC channel. Signed-off-by: Jim Harris Change-Id: Ie484bbeac2d8a959da8371d54e0d74f2cb4ae1d3 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456893 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Ben Walker --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3108cf34b..939ea5a8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,14 +25,3 @@ script: - ./configure --enable-werror - make - ./test/unit/unittest.sh - -notifications: - if: repository_slug = spdk/spdk - irc: - channels: - - "chat.freenode.net#spdk" - template: - - "(%{repository_name}/%{branch}) %{commit_subject} (%{author})" - - "Diff URL: %{compare_url}" - on_success: always - on_failure: always