Skip to content

Commit

Permalink
ci: Update badge info to not refer to Travis CI.
Browse files Browse the repository at this point in the history
The support for using Travis was started in 200c362
and finished in bb90a19.

Signed-off-by: Bruce Mitchener <[email protected]>
  • Loading branch information
waywardmonkeys committed Oct 20, 2023
1 parent 6e81890 commit cef6a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ readme = "README.md"
repository = "https://github.com/tikv/rust-prometheus"
version = "0.13.3"

[badges]
travis-ci = { repository = "pingcap/rust-prometheus" }

[package.metadata.docs.rs]
features = ["nightly"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prometheus Rust client library

[![Build Status](https://travis-ci.org/tikv/rust-prometheus.svg?branch=master)](https://travis-ci.org/pingcap/rust-prometheus)
[![Build Status](https://github.com/tikv/rust-prometheus/actions/workflows/rust.yml/badge.svg)](https://github.com/tikv/rust-prometheus/actions/workflows/rust.yml)
[![docs.rs](https://docs.rs/prometheus/badge.svg)](https://docs.rs/prometheus)
[![crates.io](https://img.shields.io/crates/v/prometheus.svg)](https://crates.io/crates/prometheus)

Expand Down

0 comments on commit cef6a37

Please sign in to comment.