Skip to content

Commit

Permalink
ci: Update badge info to not refer to Travis CI (#500)
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Mitchener <bruce.mitchener@gmail.com>
  • Loading branch information
waywardmonkeys committed Nov 20, 2023
1 parent 6e81890 commit 7a9adca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
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
@@ -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 7a9adca

Please sign in to comment.