This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git
The following commit(s) were added to refs/heads/master by this push:
new 9da55b6 add webhook for slack notification (#35)
9da55b6 is described below
commit 9da55b6110cf66ae2183da4729ed0b4bf3fc4deb
Author: David Grove <[email protected]>
AuthorDate: Mon Mar 26 22:37:03 2018 -0400
add webhook for slack notification (#35)
---
.travis.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 5f95c61..43dacad 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:
"JNDf3aHr0CXVXYN3b1WXlbpN/vvUHp0IODBeU+7NO93N2v5MYabs7Ynq4aaT55TxiwQfoEnhB9MwHSoAHRMz4nDwSaqak/vS7VqxYpT7X+x1wBX8CFfGUAZw6O7btwWyNObvOuc65sNPjBwSuLLhH+DPNEYQWdCmv1FJZZtGrfgzxqhgCVomrb1mYUmfKuhh9/moMtWfqQVMyuNkEGNFuMVLHQO2fZGJ8N0iErZMg7dNcmQx7BUUzPOTz6H2B6tiB96i2NuAp+3i+KdOkQoTJlIijn6On1WNsTAdNSkLrdjwsxEYfDASXA4T30DE85C6EhKAzEOfWSD3bstpdHKAkMgA/ZZaJqtNrBOVkT9CHRjaQb+YbdfaWPb0hzG1oGO6ycLELeIOHZo6EiMafeQdnaAUje5gF++GutOYpaUo9pHFfXksZLT+hi0gT+/1NvZN4obzk4fFZ0gxE5E1RpffaT4u2l/Bx
[...]
+
before_install:
- "./tools/travis/setup.sh"
install: true
--
To stop receiving notification emails like this one, please contact
[email protected].