Skip to content

Commit 672b6c4

Browse files
committed
Add GitHub actions status badge
1 parent 85cde09 commit 672b6c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Send Rust logs to Logcat
22

33
[![Version](https://img.shields.io/crates/v/android_logger.svg)](https://crates.io/crates/android_logger)
4-
[![Build Status](https://travis-ci.org/Nercury/android_logger-rs.svg?branch=master)](https://travis-ci.org/Nercury/android_logger-rs)
4+
[![CI status](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/)
5+
56

67
This library is a drop-in replacement for `env_logger`. Instead, it outputs messages to
78
android's logcat.

0 commit comments

Comments
 (0)