This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 94cbf5d add webhook for slack notifications of PR results (#72)
94cbf5d is described below
commit 94cbf5d591abc917983decf72d4b1fd3de965b89
Author: David Grove <[email protected]>
AuthorDate: Sat Mar 24 15:58:25 2018 -0400
add webhook for slack notifications of PR results (#72)
---
.travis.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 68f7217..30a28d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,13 @@ matrix:
git:
depth: 3
+notifications:
+ email: false
+ webhooks:
+ urls:
+ # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR
authors with TravisCI results
+ secure:
"hWs0NBOu+ZpsB/7x/OpNOkvUH1cxgt8Ok312GhcQ64V+kh6XpeYhZX+qxgfUxdKlvbk/MlZd1TshwYzGybEiYuiFQtR4vL5CQ0SUVObrv0EnFKOgaVyCuIKuZldcEwmZBZw3ZeuNBEFoHJtv6JPcgLINOrS94WTiSxyeqCGLz8ScuieAKzvOZJwgqdDed8kA+J/QN/sIEfqg+gvs3yBEKDJ+85hsTB6s1EN7vuEuhv0Y6TZ9uMt8pxZRuD1MVfyl1CM8nS+IbgAxZPAR+AhBtU5P464w43wPunKuGhbSUoOSnEHMA8q3MM+CdWmhKKq4Rloyc0bbMz1vopJGnEFCS3MThsycfkWgY7AKHN9tNYID62IjSdcEbJVxBmKp5d23s3sjjia0K2VpJghWPiVZQJZLrh+yqyvVPRixJa9MJ3F58WtO/mmoDeWSC2eVyXfgO6FNJqrZ+i/LEKYkxhxr+x05fiJkk
[...]
+
before_install:
- cd $TRAVIS_BUILD_DIR
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
--
To stop receiving notification emails like this one, please contact
[email protected].