[commit: ghc] wip/nfs-locking: Add IRC notifications (2e4f060)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:39:53 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/2e4f060ee78c68726cb6434796d208075d4394a7/ghc

>---------------------------------------------------------------

commit 2e4f060ee78c68726cb6434796d208075d4394a7
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Tue Jan 5 16:07:39 2016 +0100

    Add IRC notifications


>---------------------------------------------------------------

2e4f060ee78c68726cb6434796d208075d4394a7
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 1bcd7fd..68e843c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,3 +59,15 @@ script:
 cache:
     directories:
         - $HOME/.cabal
+
+notifications:
+    irc:
+        on_success: always # always/never/change
+        on_failure: always
+        channels:
+            - "chat.freenode.net#shaking-up-ghc"
+        template:
+            - "#%{build_number} finished in %{duration}. %{message}"
+            - "Repo: %{repository_slug}, branch: %{branch}"
+            - "%{author}: %{commit_subject}"
+            - "Build details: %{build_url}"



More information about the ghc-commits mailing list