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-composer.git
The following commit(s) were added to refs/heads/master by this push:
new 3531d47 add slackbot notification (#28)
3531d47 is described below
commit 3531d479699aa4fd0d33d33d17ebcf1cf9c1d31f
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 16 10:57:19 2019 -0500
add slackbot notification (#28)
---
.travis.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index d3a6dcc..7559d5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,14 @@ node_js:
- 6
services:
- docker
+
+notifications:
+ email: false
+ webhooks:
+ urls:
+ # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR
authors with TravisCI results
+ secure:
e87H+wvZkwk6LWi4BDNQY1JncgPJ88oOAIJksIl/4DgxjIiX/gak0gLZYfTIqmLSG9ips86qdsSm1d/qMd7EPlLrUcF/PPx5uiwjXbO3aDbgfA/kVkJkQtWFhVhAckmWNJbyJwQfrcFqguDdF+iBD16nMZBGljRSLWuz+gBOsb9gOvLM5wg5m9nZICsUgsdX/Mu4Ib4TdYAW5Sf+evp/5BhyvrycQ6UA+NCAGhQmzI/Tnf8X4zsz8q6OZxcHT8L5b2ucxxGqleplaMzBlir3ADQ7F8QWEIFj4aVmW7VHe2Bloi4g/03zb4nFFn+cFbw4LTZqtHAOZ5fzIMWmKrWWnRi5tOdea1UimWqZ33S2H/M0R6YYIlhdvZXGSAPgGEyfd/BsLtXFah4J8V3odJOHf2QTxPWLucJj3Sjhc9DDqXWo6d+bRP58VfS2HsRDb2pfC2zLCoUa8OMjqPdLVXIH6qbaCVX20K
[...]
+
env:
global:
- __OW_IGNORE_CERTS=true