From 8da2af9d9631abb11608b77d70e935e140118aea Mon Sep 17 00:00:00 2001 From: Utsav Anand Date: Mon, 23 Dec 2019 23:20:28 +0530 Subject: [PATCH] Add Travis Build Status Badge Signed-off-by: Utsav Anand --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d7dbfc..f90c61a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # faasd - serverless with containerd +[![Build Status](https://travis-ci.com/alexellis/faasd.svg?branch=master)](https://travis-ci.com/alexellis/faasd) + faasd is a Golang supervisor that bundles OpenFaaS for use with containerd instead of a container orchestrator like Kubernetes or Docker Swarm. ## About faasd: