[commit: ghc] wip/nfs-locking: Report success on IRC only if the build was fixed (462f78f)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:50:04 UTC 2017


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

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

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

commit 462f78f8a676120ae0505c083afa93a14ccd7418
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Mon Jan 11 18:35:25 2016 +0100

    Report success on IRC only if the build was fixed


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

462f78f8a676120ae0505c083afa93a14ccd7418
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0dc23c1..4ff35ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,7 @@ cache:
 
 notifications:
     irc:
-        on_success: always # always/never/change
+        on_success: change # always/never/change
         on_failure: always
         channels:
             - "chat.freenode.net#shaking-up-ghc"



More information about the ghc-commits mailing list