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-composer-python.git
The following commit(s) were added to refs/heads/master by this push:
new 227735b add encoded URL for travis2slack webhook (#3)
227735b is described below
commit 227735be6cbc9635988a40fcaacf052865b4e58d
Author: David Grove <[email protected]>
AuthorDate: Sun Dec 16 00:01:25 2018 -0500
add encoded URL for travis2slack webhook (#3)
---
.travis.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b2adae7..2a86ca8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,7 @@ env:
- IGNORE_CERTS=true
matrix:
- TOXENV=check
+
matrix:
include:
# - python: '2.7'
@@ -68,6 +69,8 @@ after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
notifications:
- email:
- on_success: never
- on_failure: always
+ email: false
+ webhooks:
+ urls:
+ # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR
authors with TravisCI results
+ secure:
"coq5Z9fetlW7kTfdn5orA2NNFYD6D3T7DWvFVGgFnmMXphIO6gHoN+fTDyDnQYs1GRgBL4fEgFcHaDhysJBAdXfQ0PFWyc4aBT+KSnc8SUWZPhqaM84Uwea0CyaZaupKbmWM3JFipLh+SBXhhD8rmpi0N57YTSKgIPmGylO/WcaO8fE6K/JRy4/KISD03nQHmTsXgtZ1bmM9+Yzimd4zBBURMpQKp72vHnvy35G/iP4D9LmbzHrfDocdhjI1FPPE0iDqMOLV/BMGeKtpVjkVj1EwizWR+YSfWcm6g1RiSh++hMMmtrOms7sXWyWVqoenxQcT3/ZqG3HuAIOhOu8TewMG937CHm9zMjIsJSwMbghAKceyxuWFjUmyLjrD91n+UxfyqVwaMXyIEqcMUarKt7tjgohXL+datFwgC41PGS8CukLfu5NkZQ/nEWiQ523pKKp3qfL9G3rTXpoJ8w73BSKtE8HPm
[...]