From 3c546fa84f101aa857aeec6f52b35d7b920f28a4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 24 Sep 2020 14:58:01 -0400 Subject: [PATCH] README: there is not CI for this currently Signed-off-by: Vincent Batts --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f17683..3ca1a45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Go Omaha -[![Build Status](https://travis-ci.org/coreos/go-omaha.svg?branch=master)](https://travis-ci.org/coreos/go-omaha) [![GoDoc](https://godoc.org/git.thisco.de/vbatts/go-omaha/omaha?status.svg)](https://godoc.org/git.thisco.de/vbatts/go-omaha/omaha) Implementation of the [omaha update protocol](https://github.com/google/omaha) in Go.