From 509311a2797c025206f8910c14ae001d8db0c9b7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sun, 31 Jan 2021 11:22:02 -0800 Subject: [PATCH] Update build status badge. (#44) Since the CI build is now on GitHub actions rather than Travis, point to the Actions badge image instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a523c41..e4b6724 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/pcarrier/gauth.png?branch=main)](https://travis-ci.org/pcarrier/gauth) +[![Go presubmit](https://github.com/pcarrier/gauth/workflows/Go%20presubmit/badge.svg)](https://github.com/pcarrier/gauth/actions) gauth: replace Google Authenticator ===================================