Skip to content

Commit 4858a3f

Browse files
authored
docs: add badges for github actions (#123)
1 parent 5cd4dbd commit 4858a3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# gRPC-Kotlin/JVM - An RPC library and framework
22

3-
[![Build Status][]](https://travis-ci.org/grpc/grpc-kotlin)
3+
[![Gradle Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Gradle+Build%22)
4+
[![Bazel Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Bazel+Build%22)
45

56
[![grpc-kotlin-stub][label:stub]][maven:stub]
67
[![protoc-gen-grpc-kotlin][label:plugin]][maven:plugin]
@@ -33,7 +34,8 @@ For more information, see the following pages:
3334
- [API Reference][]
3435

3536
[API Reference]: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
36-
[Build Status]: https://travis-ci.org/grpc/grpc-kotlin.svg?branch=master
37+
[Gradle Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Gradle%20Build/badge.svg
38+
[Bazel Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Bazel%20Build/badge.svg
3739
[gen-java]: https://github.com/grpc/grpc-java/tree/master/compiler
3840
[gRPC Kotlin/JVM Quick Start]: https://grpc.io/docs/quickstart/kotlin
3941
[gRPC Basics - Kotlin/JVM]: https://grpc.io/docs/tutorials/basic/kotlin

0 commit comments

Comments
 (0)