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:39:55 UTC

[openwhisk-runtime-ballerina] branch master updated: migration from travis-ci.org to travis-ci.com (#23)

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-runtime-ballerina.git


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

commit 0af6e832637cc803cf682da8b43d665a549c49f3
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 17 16:39:48 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index 53f14fe..3e24e14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,8 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: jzynedhJsLjEShDWyPmlpzl9Ba704kvjSuLKXu/PEXh9ZKTNtG1NYjjAHZCFzMpRxaLpnUnboUNlh9up577rgQcSsczPu7TP0nabRfLupLWt+8Wbd4+53B3NDHWJfep9LKSL5FmgegMd6pLK/JUMDctW/ba1+eiLEAQZG+jm4i5XntAbvO2YBoqtmiRK5z8W+/hlmX3TuoP9KCgLHMwu9u9QQ/7boXYNU0dAHzAB+m77l4AM5LtQh+FnA+Vl9M48PNZMXltrrSqaH5pqs7GB0/LmiSKUhG4RSFObmCo8nwlGSrQVHOiWqYV7q6q33ivflZnPGUewqhwHiaTM8VVrtAa28IQX205mkKUa3aryxVOKw2VqDqE8R29aEKNxEB/Vd6YtjhwfzVR2g7nJUehTHkiMTlls1uqgdE0Y39MVpJ4fV7joglEgPlMz4DmePhLFZSIfhwuo63t66e0dG8u7i/tb2RT7Dq [...]
+      secure: "wfoajjiAAlUYPoWgEOv+emjCvCz0+7YwbpFKMMyp+WwCcpdc+BP8yH8c7MHSq30dWNPPAk1XVSbZ7Gsdk7vvKRh52IvxivzBuybRWQTsJ8lQRPNLoe8wT9xQ92yAEtvyQz7k7CahKZc8cI9rFYfUYsBiTp417SnkALo4CI0T/jNSdhT2FoOVk2POTalN4lSM29VkOlVCas6XamITN0fB6zEKVnqmLtbfotwCvYLyjMJPOcvtc81P1Me59mDmTB8pQaGyFj7oGJnUHuKtDDuUobs5+eOHUnc6XSbLwac0Ra5kmpZnSywkFlHSnh+64rmttJbT7LnXTBJ7V89SslMDksk61gBAlxvhIuP3tvQWs03/wK7d1F/+MXUuh64tTdCO6LRJnEsFXAyy+Ya6/ZZfqQsOGZ999rlACyMpdTW0rvjwVtjjqNozyZ++K1IzQ8W8eBld/Zq53zZoTQRvdE6M3UaD9x3/L [...]
+
 before_install:
 - "./tools/travis/setup.sh"
 install: true
diff --git a/README.md b/README.md
index 2679526..cefce85 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Apache OpenWhisk Runtime for Ballerina
 [![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-runtime-ballerina.svg?branch=master)](https://travis-ci.org/apache/openwhisk-runtime-ballerina)
+[![Build Status](https://travis-ci.com/apache/openwhisk-runtime-ballerina.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-ballerina)
 
 This repository contains the [Ballerina](https://ballerinalang.org) runtime for the Apache OpenWhisk serverless platform.