[tor-commits] [sbws/master] Add IRC notifications for Travis builds

pastly at torproject.org pastly at torproject.org
Thu Jun 14 13:29:51 UTC 2018


commit e8983bac23e84ecbe03b0187c76baef08a03af0a
Author: Matt Traudt <sirmatt at ksu.edu>
Date:   Mon Jun 11 09:22:13 2018 -0400

    Add IRC notifications for Travis builds
---
 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b4d9e9c..7b0e438 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,3 +15,11 @@ before_install:
     - echo "deb-src https://deb.torproject.org/torproject.org trusty main" | sudo tee -a /etc/apt/sources.list
     - sudo apt-get update -qq
     - sudo apt-get install tor -y
+
+notifications:
+  irc:
+    channels:
+      - "irc.oftc.net#tor-ci"
+    template:
+      - "%{repository_slug} %{branch} %{commit} - %{author}: %{commit_subject}"
+      - "Build #%{build_number} %{result}. Details: %{build_url}"





More information about the tor-commits mailing list