You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/06 15:03:30 UTC

[incubator-openwhisk-devtools] branch master updated: add url for travis2slack integration (#111)

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


The following commit(s) were added to refs/heads/master by this push:
     new ffe5ea4  add url for travis2slack integration (#111)
ffe5ea4 is described below

commit ffe5ea4c91830dcdd0f84c7039bdfb69d3acc844
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Apr 6 11:03:28 2018 -0400

    add url for travis2slack integration (#111)
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c3eaff3..8748b27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,13 @@ env:
 services:
   - docker
 
+notifications:
+  email: false
+  webhooks:
+    urls:
+      # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
+      secure: "RLIORhWCVnLn5LXsvxiDII5qgEKmU/qEWdcXkKFfvnIPYnitDLu1576SeA7jev2ensNesLhVLWyXCas5g3ZoBmykWIC1s+zm92VlprW0UZTuidj9VuBVye3n5HnvVrKB4B0PQ+KZhB2cHQKbL5JsU8i9Xyz0F1qy897yiZ9GvxQRyUYNiKNLjiNWBDEQeGSUw4HUbBasMoWUiJglfWNlmQoGKKKECCmajJTnExJniu0iMTLjJjb5KVj+lK8hscFbyR9pf24xWQKK9DzQ7fArwiuz85B9foiMVdq+9R55996I9IyrSnrCNok2G4QEOKGRCHqkg0Wh3XA+YKeZ/6DRhkXhUP9VtTtO+JSguEgLUyeOP8uOF4+NoO82U84KGdT8pg4AGMOJTzgv1G1MtZ6dxCj6+y/9ITcKArPr44H/j9lx7Gl2firx4qEHK7gUB3Kx6TEO5HEnvBZWbnDkm5i/4Geqf/ZUP [...]
+
 before_install:
   - ./tools/travis/setupscan.sh
   - ${TOOL}/.travis/setup.sh

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