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:33:10 UTC

[openwhisk-utilities] branch master updated: migration from travis-ci.org to travis-ci.com (#77)

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


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

commit 781505fab2be4d937f2e00056268be102d44fe10
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 17 16:33:02 2020 -0500

    migration from travis-ci.org to travis-ci.com (#77)
---
 .travis.yml | 8 ++++++++
 README.md   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 02e2fbb..59dad7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,14 @@ language: python
 python:
   - "2.7"
   - "3.5"
+
+notifications:
+  email: false
+  webhooks:
+    urls:
+      # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
+      secure: "QB708ISeb+8Mp1FPW+dU+TfdfLfgp8e0Xmm0jlMJfFHdH+pWaI6+PFgSGmy3V9wmwDbRsvMKtZQYWCmO8JN8QsnxCWRmshEVvrsNJnvJ5gCfpjc+UY5IeKqucDr4PzMrUPHY4PpmZgWszRHzW2gIdSWMd43iXUsYV8xoW1MYagIGDEqf7OHBLg5p7mjClnqAGsRh8cVJHHls/RE6ziYxwR5752xd3AHiYBwlfB00h1NrY3E5uVPVbe95SHuS8RXRdFKhTar4VB/n36sxaEdJ46gPS4dmPa+AAUVBbyn6ye6a6sNPJfFQslMLAvjCHIEwWiTwYIOEdGHwvD3blBu2cvEhMCr+mxQyILDbJGVJhzC+axgmeoF/anxS5rr/WNsT7qiCM4pNViIu0LXk/6jVCvoy88cUeJDcsImcBRIbAxFrWO+WHBSUsIRrmhXELT3jD7mI+W7QKrRZPv4L0X/gL+IdqpeTF [...]
+
 # command to install dependencies
 # install: "pip install -r requirements.txt"
 # command to run tests
diff --git a/README.md b/README.md
index 8966979..3beae7d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 #
 -->
 
-[![Build Status](https://travis-ci.org/apache/openwhisk-utilities.svg?branch=master)](https://travis-ci.org/apache/openwhisk-utilities)
+[![Build Status](https://travis-ci.com/apache/openwhisk-utilities.svg?branch=master)](https://travis-ci.com/apache/openwhisk-utilities)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
 # OpenWhisk Utilities