You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2020/12/13 13:30:32 UTC

[openwhisk-client-go] branch master updated: update for travis migration (#140)

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

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


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

commit e2529727d7d7a8b113be0b8e673e1615e4b8e8ce
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sun Dec 13 08:30:23 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index 370b900..e9642a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: "OSJX3vbf6avdVsW/c7dSzXLSWkwBOFKDIAR19DBsLsMz526KK/CUoz4QSLNbM5o3u5pqNCMZhBllE6b0rdEfIWmjO+q42nJojkKED64iZyRSqrk9LeEvsHx7RN/DN+Ib6m4nkYvtwOb0WKoZeYwt4Ael8C7LclJwk/2VfW8pE7O37xVuCo8yogRTJHpjvkPJ+R3EGvL13Hp/hEThO1Xt4cZ3nf7taRW1x9AADAD+ZTU6933FE4I2NyzspHT5TgOYzVtciKpxG0Yv/3tQYdWiWJxvWkXFJ5y/YzhpMuVla1hlBtlGJpbustKptFFkel2TCfEGGzhd67GnsKDuQs0u3UGuvaDfwy0/beN9+0/ulTGUjLGXM70yHZMjBVed5GSdFCpMGEmiJR9DEczSQ/sYPsEEAUBrcJ3z1GBpTVyaVgyE64Z31rfxqwcg5JG34JAvMefrj269NHH1vKDpUfu5lkxUm6ub0 [...]
+      secure: "p8ZoPWZNXvcjayPEo3gDCO6lhPX6rrimIkKnQurYs7M/ObP5p94hebpDee5U8sZURPU+g4hF3wCIknjHgL3aDwa8P9np4SMLKfpGacz4sZBqHX2v95iFpFRyrvv6/K7atT0K2mFG30pSMRh0WxbkQ4GvcjzWG7Cl8eqx37+3hMih3niffnuflSRML47U8mH+ev39XGogpuvBYjvJfaUuC50y8vxlc6lnuWn4lN9ZEcYVZUnR3CqGr5xFpxko4RrFeKoD6UZHEhNglIVwcD465lU/8IeJiRP5BRolu/y4caMRG7DhT6nGku/ZjJchJfTBlbYfMAjFzKNA3iXGwacAkUJ4ecGx0B+W5M/lcNJWh38AXDA4gLAOXII24iyvDSPNn4zZN5kcim16qjnd+mkJoEyoGBQgRgcTenBdeA/bNTXXbB6+txhUbPTwAbspgwBWkpq14IgdjO6MdsIbdzNMuobJHPH3D [...]
 
 before_install:
   - cd $TRAVIS_BUILD_DIR
diff --git a/README.md b/README.md
index 5ae70a7..451992a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Openwhisk Client Go
 [![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-client-go.svg?branch=master)](https://travis-ci.org/apache/openwhisk-client-go)
+[![Build Status](https://travis-ci.com/apache/openwhisk-client-go.svg?branch=master)](https://travis-ci.com/apache/openwhisk-client-go)
 
 This project `openwhisk-client-go` is a Go client library to access Openwhisk API.