From 746ec9019a2da545d2eb9d31b972ca715a729f26 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 3 Feb 2021 14:59:23 -0500 Subject: [PATCH] Update travis link to main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f5bc80df..e8130afef4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `ko` is a tool for building and deploying Golang applications to Kubernetes. -[![Travis Build Status](https://travis-ci.org/google/ko.svg?branch=master)](https://travis-ci.org/google/ko) +[![Travis Build Status](https://travis-ci.org/google/ko.svg?branch=main)](https://travis-ci.org/google/ko) [![GitHub Actions Build Status](https://github.com/google/ko/workflows/Build/badge.svg)](https://github.com/google/ko/actions?query=workflow%3ABuild) [![GoDoc](https://godoc.org/github.com/google/ko?status.svg)](https://godoc.org/github.com/google/ko) [![Go Report Card](https://goreportcard.com/badge/google/ko)](https://goreportcard.com/report/google/ko)