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/17 21:28:06 UTC

[openwhisk-package-kafka] branch master updated: migration from travis-ci.org to travis-ci.com (#376)

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-package-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d8b736  migration from travis-ci.org to travis-ci.com (#376)
0d8b736 is described below

commit 0d8b736452200fe01b4c80fa624cee0e2d102213
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 17 16:27:55 2020 -0500

    migration from travis-ci.org to travis-ci.com (#376)
---
 .travis.yml | 2 +-
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0c7c723..f2a4dbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: "1lEBnsNFiwSLx2tp3UqzFcfLsweth5MO9Rq/kKqSp99XL00z0pPvn2BgDUSUqtX1AeNoB9LWlVgaULdosp1llWP9P5z/N8eqlGEa3iTRDLWY7SDBAUnbC4W7E5v5kNLhHi3gkzb1BgbadchMNiSnpbucq+vDYAyGVSL3IrOOwHFyqrAMeG/ZI+KSqgoW4q8CjAkWjusWbxwOc/DmiIu/rsUDnAL8YUBHVjfvwlhs3MJ2EjTwpd2pUzqB+v4ENgoe29XcNFtIMHum+zDAJ9KB8Gggs86swne8xJQk6q+mGjWOQQDm1p/hfk0Y1g5aYAhO+XYgxnLhOeHOf8tpza3mTghtwdYdCVZsK530GSxyfd3M4cNSAqVHkQLQidEHQDPCXnfhM0pGiOFbYlMqUxG4P8SRv+gnjJgU6rRRuGgFVXB2gIhASRRJMqo8UYY1VGZwIpjQVaSKoGM80ZyEepfIhUarT0J/s [...]
+      secure: "tQdW9TAFev+emlmTwNlE1eA4jcaYvsuVQHBGfcX0GZQZY38tTZd6nfF6UJAJbe604915fAHC2KqFXXUPj1Jo0eMcv71+0zIdc7Qp1bj53D6WZpqBJyGnsdRaCP56PYBcXGXz6PURzjWaq43gZKhUafcY3KIHJdygsV5wd4ynVSJR92rOSR29DPedxnzO41HlbVsZ/oAFasaCi3vJCrpapeul7SHJ+Sxbq+syNAMV+iAdzKBMI8KrMCQhTcRwKpVVUYZArX8gXGx7nuveztv4DOJ32MZSaDYeiLCuvxCWJkj4TfLgdpWok9PaUjrBg7HzNsIGAw4Kn0D7Vdy3UPU9gQshYF/4GC2/16BcCF9LDHAOCAkd2gpd/JuQJ11lhNdAKeKtmGw1NoWhi7BRmHUmbKOJcZoWTc+ng82xusIWqxSn5elDryDq16TgAZ3yt8W7nQ4WbuyJtGtKdxbOSYQhpJNZJWwKN [...]
 
 env:
   global:
diff --git a/README.md b/README.md
index fe42133..785e211 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk package for communication with Kafka or IBM Message Hub
 
 [![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-package-kafka.svg?branch=master)](https://travis-ci.org/apache/openwhisk-package-kafka)
+[![Build Status](https://travis-ci.com/apache/openwhisk-package-kafka.svg?branch=master)](https://travis-ci.com/apache/openwhisk-package-kafka)
 
 This project is an OpenWhisk package that allows you to communicate with Kafka or IBM Message Hub instances for publishing and consuming messages using native high performance Kafka API.