From commits-return-4002-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Mar 23 20:52:27 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 04C2818067E for ; Fri, 23 Mar 2018 20:52:26 +0100 (CET) Received: (qmail 3213 invoked by uid 500); 23 Mar 2018 19:52:26 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 3199 invoked by uid 99); 23 Mar 2018 19:52:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2018 19:52:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 90C6580ADA; Fri, 23 Mar 2018 19:52:25 +0000 (UTC) Date: Fri, 23 Mar 2018 19:52:25 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-runtime-docker] branch master updated: add webhook for slack notification of PR results (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152183474555.28924.16050438384110192260@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-runtime-docker X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ac679c3aedf3bf19a2e755172f895a1c75d657bb X-Git-Newrev: fd990c45c210d84e65996c6ead4f2f9096d8db17 X-Git-Rev: fd990c45c210d84e65996c6ead4f2f9096d8db17 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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.