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 20:05:50 UTC

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

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


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

commit 63737d7051b5e8050d2e1dad93a25754d017609d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 31 15:05:42 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index 81c3b1e..197f327 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: "VN8+Shkaty+WDhjTuCbVkliH4H2yJ3GMK2cf8pxhQz1Po0qJNxuyO9jDjQRbDG95b0PueBLcK0gMZZkjoe47lg/ZqYMyEFjhKP0J4C0+thokVnM4MoT8xKktWjPyIRK2EfYEdR1UXPtmofNgkZmpwx/GARuuDhAiSo3myMZ2xWQx0ASVsWbkODBePUnnMVv4Hcm0zn9ActFBZW9aJaGjg8Qo+sertESCemWYhreErdXtXV4prlWJo2LytpUuXIAWLFnutYu6TJw2I7gBaRkbLN+4N7qSgddcfVUdBf8j6NqWwUz6BqLqDSZ031lKCIlTNpS/Yu/+9qgI/aBZ9a0l+Nv4o0V0nWTZ0aAkw3/HtZ3muDHHs7ninMq9IFgGRUR4jX4OgUV8Pu8OKEHYcUF0S0XiXbTfLIxI3OirBBlxweunMKtjyOUOLdWcmT2XQLYJGU7cdiG3SE+ONo7kR+BugUtqSzgCn [...]
+      secure: "xR0NyWJucuOF8Zmkig0dk6JLxKP5IEuDYCj5Mx2vzyZTqLY85p5l5e3g1Id9xc8H7dDDZxZpxZAO/bd+15Kdtyz7RasJ8ca/AFmSBFLl39CbpfAJumaElayMoVLAGPcR1lCC07H6AVunENuPL16e/jgPmMl5QPo2Fmz7V++n/SBTgJzUXqgbPsB/If7DLphvASI8/pdFethIZsykf4mXfAmvxiDctZYhCo7/BE9g8euuQ2PnTtZzI0c5uZXKizODtTIyF3ZCRddzqHwWmoSAeHX9rkf0Q3AkTcOE20hiWoaqMnr/yr/gecCNMqF2onop6lkfZXFxRZbvDRDL0LGBWM2LRgkYfvU0j3uVpVHHnexUPWfwE+EIhMtdYismp23iUcZTd4uyo5pSMNmLgr8rxs2u7sIxMi31eshRo8QDim8sBMHr04iLdRPlvzu7wqWu97nhKWfxpAzZEQpzYMoglGiKg2U4l [...]
 
 before_install:
 - "./tools/travis/setup.sh"
diff --git a/README.md b/README.md
index 65750d9..06dbdba 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Apache OpenWhisk runtimes for java
 
-[![Build Status](https://travis-ci.org/apache/openwhisk-runtime-java.svg?branch=master)](https://travis-ci.org/apache/openwhisk-runtime-java)
+[![Build Status](https://travis-ci.com/apache/openwhisk-runtime-java.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-java)
 
 ## Changelogs
 - [Java 8 CHANGELOG.md](core/java8/CHANGELOG.md)