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-runtime-java.git
The following commit(s) were added to refs/heads/master by this push:
new 32bafee add webhook for slack notification of PR results (#27)
32bafee is described below
commit 32bafeec5f0b4ec137216b9c120b782496e9c22b
Author: David Grove <[email protected]>
AuthorDate: Fri Mar 23 15:52:49 2018 -0400
add webhook for slack notification of PR results (#27)
---
.travis.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index d221471..3eca0bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,14 @@ scala:
- 2.11.8
services:
- docker
+
+notifications:
+ email: false
+ webhooks:
+ urls:
+ # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR
authors with TravisCI results
+ secure:
"3sEVNYKxAfiu2nS+ARcQjtkgJk6+8JnUlSGGecGvWvFFeXP50kt6wKPYxeIpNUNk+kl2hE1+JzhVeZd7GClvFBD0/Br1upVIZUoR/EwNubdiiwmwdXZ6/B9v98lcuLMmaG3RCKUgXm88YeIkmMHJFrg96CMXim/430KnblAPWR2tn4Iwl4fGxbP0UHQrKhiyZSvbOy4Cmt+JUBaijnW4AAYG7scnmsGKupIddftBa0riUbv5JwGM4EDL15VmF+HLOuJcRtO9+xTRDrCK+GZEm306Ddvtbc8kpjUcEhoIr50sG9PjcmkLj3AXEXvRI4jOZrKrimoGbqVUjggzLBaAVvNpBNwFgGslIBU/+RjW4aD1H/T2VQhSQtE5MhX9bPJyWgmOYBUJZCw4Nblv/3pfa7XkEu78g1kva/hVRghu3Nax9ek8T03ZE3bgeQpIdangWPM4HLTfKma2tE8awCTnqqBtK7Pov
[...]
+
before_install:
- "./tools/travis/setup.sh"
install: true
--
To stop receiving notification emails like this one, please contact
[email protected].