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:01:13 UTC

[openwhisk-package-alarms] branch master updated: travis migration from .org to .com (#224)

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d9480d  travis migration from .org to .com (#224)
6d9480d is described below

commit 6d9480dff04b92c881b3cbbb699ec3566ce3950c
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 31 15:01:02 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index 21ea912..82247b4 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: "Mn8zSyG5OUx7lUAgqUKfNT5MpoXFHJK4eO6ZM7c6b/SVNs1W0TjXeOT6YfkqVFNbamXdX68hSxjvarpdw9Zkdt/pDRk2kr+oSvlG2+kzHz6Amx4CuyIQsCSDogsPhaKyiyjg5fCeSSnYL+P7O3+9StS0XTV3bUeSERMi9L2NezzwfjDpkNL+CBJuPNQC/nfVMo0xphVdO9/kSoftL4gjWdtsIEKgY3Qre4c6KfNjKfwlmIJL/QCJqC0Wt3C+zy/IzvvdhYJEPGCoZRknvdWr0VziHl3z8L+EqUH9uO0TIdFSHUjjv+BU7rnT5C17IObRUbw3gBTz8cioKqIGbRCDaUrtN67LvHcsF6bnjG4mam/aCwKreMe3u8coK4tvDDQQcn3mNXANJtXliNLYEDjcNqgBuOFWSfvhHi0+ux1hIufnRQhNoYhym9cyDelmCbe8+3O8TIvGW15oKYCHFuod/I8M3qCDq [...]
+      secure: "ctMnLe2U0ImSvrBk/O0/HvfmN4vY97VHLwAEtrM/3pGKFTRG6dEj+y/7ogyYBAIocvEvIzr/A4EwQPnVqtjcohCU0B6KQDSCiQludxRIUDRooA3q794eX4CSSmqcifBWCY/9Oj+qkbHl+FPKmuyqOA/EpZRTHuZldK3e5CAh4a1SYJf3EaXSx74+SUoXAzLJfi1lejm6WT0gj+bHuAQRnNE9c5NW+eYTDd1GOqf05BbHbhuN7pEIzAnCB1nUDaw8yCchvK5+B65uud/BDwt63d0tvPhIyrlvS87FFCEhWPESGlC3fRLfqDi+H8dwcR9Ryk/RwX6y+D23yFHmAr60c2ARIUEssjmF5Pi4SZI+cRU+W0XlrN8nkaXMwMa3qtpzorUQe3kJr/jLy6em+06493H+wrgh6HxziMrBRFAD4T2kRgoFybAtbZxka2c2jbSSWUNrWsG/Siuvkq0GOk/pykEKU/ZSx [...]
 
 env:
   global:
diff --git a/README.md b/README.md
index 891a401..4e6b71f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk Alarm Package
 
 [![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-alarms.svg?branch=master)](https://travis-ci.org/apache/openwhisk-package-alarms)
+[![Build Status](https://travis-ci.com/apache/openwhisk-package-alarms.svg?branch=master)](https://travis-ci.com/apache/openwhisk-package-alarms)
 
 The `/whisk.system/alarms` package can be used to fire a trigger at a specified frequency. Alarms are useful for setting up recurring jobs or tasks, such as invoking a system backup action every hour.