From b408afea098dd95248b1884e4c5d569317c09773 Mon Sep 17 00:00:00 2001 From: Zhiyuan Lin <2121340+zhiyuan-lin@users.noreply.github.com> Date: Thu, 12 Aug 2021 16:39:35 +0900 Subject: [PATCH] Update README.md's build badge to GitHub Actions Replace Travis CI build badge with GitHub Actions build badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912cda08..b834c6f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LINE Messaging API SDK for Go -[![Build Status](https://travis-ci.org/line/line-bot-sdk-go.svg?branch=master)](https://travis-ci.org/line/line-bot-sdk-go) +[![Build Status](https://github.com/line/line-bot-sdk-go/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/line/line-bot-sdk-go/actions) [![codecov](https://codecov.io/gh/line/line-bot-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/line/line-bot-sdk-go) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/line/line-bot-sdk-go/linebot) [![Go Report Card](https://goreportcard.com/badge/github.com/line/line-bot-sdk-go)](https://goreportcard.com/report/github.com/line/line-bot-sdk-go)