You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/12/18 01:10:58 UTC

[openwhisk-apigateway] branch master updated: update for travis migration (#387)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git


The following commit(s) were added to refs/heads/master by this push:
     new 4262263  update for travis migration (#387)
4262263 is described below

commit 4262263a3beed586ba0c428326593c3398fdb7e6
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 17 20:04:37 2020 -0500

    update for travis migration (#387)
---
 .travis.yml | 2 +-
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 66e8de7..a0578a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: "AEc7oc14mGjxLcnvco61XgUn5icDutoj+5fjQ4SiOqvZIhtwcdlM6T3ELeeorkRUyCwghMWkH89Z5RSqF5uvNBjmn3E+z+x3q3hM2ZF9KaiMuaxHJHydTjQzHOZuYyYeMWSoK/qczoYAVY2c3+3GtAzqZ55V5L2oQa6fpBm384lqJukQpK426kk9wMO6xNaByQxiLDOz9ddDwDeroR7RwclYs1XG68O9a/J2/gBKhjVy10GHAhet5HMO9CCwOsi/VVJMw+Q6zhlErLgmVnA722JlLiqqMJZQ1z5z7MUyt9ZhZc3qhKBNfU0cobEdguEGjo5AwsJTaQq/RdgIRk3kTNxT7t34cLwyCL+e/H2h83Tm1Cv4X4F4Qsk88VSivaKWU4LEv0tJ4cx5wM2nbprZn5MBhVZUD3T4NnbbLgR593gQqB1m4QWbZD4WDPYMFYZn+zOVVYH15DxLJlBNUsoQExknmeAZf [...]
+      secure: "Mtp7/aW/Vm72igAQnwRuahi8JG5YYCPlZM9ZvJZ72F8/QjVpM954MS3dkex5jrZzTmTSaTjwT7ULOBu5MujbEuDNAy+bDypzkJYg2zUNkdORe59K19zmbnT/hrHj6rxWW/TDc9jcaZKAUQmKV+ozW06ym1ah7srtPN8/iFlfrX2g0OofmTdddIoyirggW3RLRMEH5ndc/sTVtyKGooBiC6GzV+VpJfJf6oyrkZJusVp4mhG82gaKyxfxxCmQ5eFWkVAlG7msO6lUq+q0XDm7k1HlRF0y9OuiSVwN8YJUz+q5jpt1oEHgAkOrYijKUf0yuMRytcu/gJXE8CIOrV+jl2WdUAzhP1btCy1hJqxddcAxnzAKuc2cHzxdDafztYvh6KfArsrPW6nMMuvBfiO0Vl4LOPAw9AzbZ74dU78ieTOvjPOIXreS+PUomr9MZ36QW1unQXvnryyTQCS/QisIMnSg2w9ot [...]
 
 env:
   global:
diff --git a/README.md b/README.md
index 73b2b40..fec7d1c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 OpenWhisk API Gateway
 =============
-[![Build Status](https://travis-ci.org/apache/openwhisk-apigateway.svg?branch=master)](https://travis-ci.org/apache/openwhisk-apigateway)
+[![Build Status](https://travis-ci.com/apache/openwhisk-apigateway.svg?branch=master)](https://travis-ci.com/apache/openwhisk-apigateway)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
 A performant API Gateway based on Openresty and NGINX.