[commit: ghc] master: Travis: Send notifications to author and commiter (21d7c85)
git at git.haskell.org
git at git.haskell.org
Thu Jun 4 13:25:27 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/21d7c85d4baa0fdf7bab89e5c356c1f638d0d607/ghc
>---------------------------------------------------------------
commit 21d7c85d4baa0fdf7bab89e5c356c1f638d0d607
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jun 4 15:22:47 2015 +0200
Travis: Send notifications to author and commiter
This is the Travis default. It should only spam people who have an
GitHub account and are a member of the ghc organization on GitHub, as
noted by thomie on https://phabricator.haskell.org/D939#25497. Let's see
how that works out.
>---------------------------------------------------------------
21d7c85d4baa0fdf7bab89e5c356c1f638d0d607
.travis.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c740515..d2e961d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,6 @@
git:
submodules: false
-notifications:
- email:
- - mail at joachim-breitner.de
- - ghc-builds at haskell.org
-
env:
- DEBUG_STAGE2=YES
- DEBUG_STAGE2=NO
More information about the ghc-commits
mailing list