Skip to content

Commit

Permalink
Update build status label to show Github Actions
Browse files Browse the repository at this point in the history
This replaces Travis-CI badge which is no longer in use.

Signed-off-by: Brian Wagner <briwagner@outlook.com>
  • Loading branch information
briwagner authored and alexellis committed Oct 22, 2021
1 parent b5db22b commit 4ed3b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
## OpenFaaS &reg; - Serverless Functions Made Simple

[![Build Status](https://travis-ci.com/openfaas/faas.svg?branch=master)](https://travis-ci.com/openfaas/faas)
[![Build Status](https://github.com/openfaas/faas/actions/workflows/build.yml/badge.svg)](https://travis-ci.com/openfaas/faas)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/openfaas/faas)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com)
Expand Down Expand Up @@ -47,7 +47,7 @@ Official templates exist for many popular languages and are easily extensible wi

```js
"use strict"

module.exports = async (event, context) => {
return context
.status(200)
Expand All @@ -57,7 +57,7 @@ Official templates exist for many popular languages and are easily extensible wi
👋 Hello World 🌍
</h1>`);
}

```
*handler.js*

Expand Down

0 comments on commit 4ed3b49

Please sign in to comment.