From ded0486856cbd9446c1ce2324a17b0cebc51c9da Mon Sep 17 00:00:00 2001 From: Shohei Kamimori Date: Thu, 7 Dec 2023 14:06:57 +0900 Subject: [PATCH] Replace a build badge in README.md (#28) Since Travis CI is no longer used in this repo, this should be replaced with the GitHub Actions badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e38bf9..d25ed57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # grpc-java-api-checker -[![Build Status](https://travis-ci.org/grpc/grpc-java-api-checker.svg?branch=master)](https://travis-ci.org/grpc/grpc-java-api-checker) +[![GitHub Actions Testing](https://github.com/grpc/grpc-java-api-checker/actions/workflows/testing.yml/badge.svg?branch=master)](https://github.com/grpc/grpc-java-api-checker/actions/workflows/testing.yml?branch=master) An Error Prone plugin that checks for usages of grpc-java APIs that are annotated with `@ExperimentalApi` or `@Internal`.