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-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 90a5a90 fix travis url (#206)
90a5a90 is described below
commit 90a5a900d2e4870e381213b366f9344cb9bbe7ba
Author: David Grove <[email protected]>
AuthorDate: Thu Oct 7 09:04:35 2021 -0400
fix travis url (#206)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1ed56ad..abccb88 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
# Apache OpenWhisk runtimes for Node.js
[](http://www.apache.org/licenses/LICENSE-2.0)
-[](https://travis-ci.com/apache/openwhisk-runtime-nodejs)
+[](https://travis-ci.com/github/apache/openwhisk-runtime-nodejs)
This repository contains sources files needed to build the Node.js runtimes
for Apache OpenWhisk. The build system will produce a series of docker images
for each runtime version. These images are used in the platform to execute
Node.js actions.