You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/03/23 19:52:25 UTC

[incubator-openwhisk-runtime-docker] branch master updated: add webhook for slack notification of PR results (#22)

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-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new fd990c4  add webhook for slack notification of PR results (#22)
fd990c4 is described below

commit fd990c45c210d84e65996c6ead4f2f9096d8db17
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Mar 23 15:52:23 2018 -0400

    add webhook for slack notification of PR results (#22)
---
 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 314c97c..729c903 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: "jdR0XQRu6kOtEfQ/iq9ZP6L8o/sSvhbXlLF5wa8C/pZzj4Ur7MdQvguslsxVUrzYjQkL8qNViS2sN/i12gpxZjY+pp2bzbi/3/Y3n+BltZ4cQka4QQE9tQa2YxFfLOgEU1f/UdHwySAd4QkO+ChGosHLV61AHN5wOXxEgyZo1XIz3AOWlClt5dEGesGv6rDDX9rEGD2wJcXke6dM2yrLMAspR9PraAljfQ/PAj4oFetXrhkj1ZxgptcgDKFIcQTbrXuDCyQJdGHXxU3lklRp5juhCek2Wvul3ZVZDFQSeCaPhUZfR3cBHrbiQyqGN6rXPweCLyYDRpJOE1HRBl9H3A1V0d708m4MSAmkurJCfoV+rOJQYTIhkqt3SqSRMlSxPXJk8nuMdz/TKuAjv7jVEgiODcEb2wgyffZBBEB5BNyoAMp0kenplfjXCHhyyDXOmdkZ3phJ+OPyeEdX+iXmdu3wz+eCj [...]
+
 before_install:
 - "./tools/travis/setup.sh"
 install: true

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.