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/31 19:56:55 UTC

[openwhisk-release] branch master updated: update for travis migration (#359)

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


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

commit fdc55e226f6968e9bb00f19c2b8a54cb2e582f98
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 31 14:56:46 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index d4e012c..e66c2c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,8 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: ZudPWFKvM+ndX1M6D1Opj6qYQLbexAgJuDJgs409LT9Je5pBuXPhho8G8rj5RwZpnZA3ZdRArG64tJXp0wil/w3nSt8Bx7B6ZhoO9hpJSWbWw3qDR2ffiZDrB6Cc2fMr+VfsvpEENJEvB8oeGmCqJmBzm9fXVoE9+nqKoDrEKF8ek9xfN63Etx3VnqORia1SyEvVWoP7F49DuRs9d2hswbFXGPhHZCLp8/p03IMvKVJT0YID7o6lxODi0Ck0GRVKOqnrRYwZbSe0hDQ5YJsY+AkFrTtYJVxDnTKlLKtEc9gTcj96SP1f9f8Noy37V4xxxBLokrjZYcCkGLT34Ef7wa14a1K8WUxahX5/eAf6TCHpZeK7o8j6cMzxFr/GK+XX5aHzWXgALdy11bastDfkmz3rTUaz0eB6eiQfSl0p/merVKkEJGjwUcJ4MrpdaB1v8QAHT0VO7qsffsdqTfOi0F9bCiupNn [...]
+      secure: u1CKeoixTrSka68K0IHX3mFrk0u2p1FxJ8YqYhj0TEwaYHBv9Hvd7SrHPXUDrOYuSHevUq6UOKeykBhloZW5qwy1QieW0cXfzLrdst7BFXky9jTeSzRNsJmQz2InmFyVXFqIeY9lOwDiJILtK+OaqGCydyqnIwIVf94h6EKUhx0tTU4fmkX+9IvQ7XX7j86IxkvrEllEcm73PEXqqx8MaNrWXmulVIKfkYEhUFyd2yNQjz7zt+ysEer15H0VaHXBIQoUmPTd80RtGecLghD9vindHlwrX8FxEdCJrcSmdsI3NI5jRKxVgXZKYPSVfwCLMvci6WPSKPdovvcySMFXu5MJtQvsfETo18wsodAH/iMwl2J3aWm/5mLhz4ajhHSIP5MxYFBZzQAZPBOFhzv50xIEJzs/qU85+22BQ5XsNn7LTSCFAhuTVzu+1sHe6pjEJY9ewzHA+plmYPDFLw2RuofB4lWdqO [...]
+
 
 script:
  - echo "nothing to do..."
diff --git a/README.md b/README.md
index ee5715d..e22bb60 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk Project Release Management
 
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build Status](https://travis-ci.org/apache/openwhisk-release.svg?branch=master)](https://travis-ci.org/apache/openwhisk-release)
+[![Build Status](https://travis-ci.com/apache/openwhisk-release.svg?branch=master)](https://travis-ci.com/apache/openwhisk-release)
 
 This project provides the Apache OpenWhisk project's Release Managers with the instructions and automation needed to ensure that project releases comply with both the Apache Software Foundation's (ASF) [Release Creation Process](http://www.apache.org/dev/release-publishing.html) and [Release Policy](http://www.apache.org/legal/release-policy.html).