Skip to content

Commit

Permalink
Replace travis CI badge with GitHub Actions badge. (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Jul 26, 2021
1 parent b64bbbc commit 2278dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
87 changes: 0 additions & 87 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions Cargo.toml
Expand Up @@ -52,12 +52,10 @@ rand = "0.8"
futures = { version = "0.3", default_features = false, features = ["executor"] }

[badges]
travis-ci = { repository = "bheisler/criterion.rs" }
appveyor = { repository = "bheisler/criterion.rs", id = "4255ads9ctpupcl2" }
maintenance = { status = "passively-maintained" }

[features]
stable = ["async_futures", "async_smol", "async_tokio", "async_std"]
stable = ["async_futures", "async_smol", "async_tokio", "async_std"]
default = ["cargo_bench_support"]

# Enable use of the nightly-only test::black_box function to discourage compiler optimizations.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,8 @@
</div>

<div align="center">
<a href="https://travis-ci.org/bheisler/criterion.rs">
<img src="https://travis-ci.org/bheisler/criterion.rs.svg?branch=master" alt="Travis-CI">
<a href="https://github.com/bheisler/criterion.rs/actions/workflows/ci.yaml">
<img src="https://img.shields.io/github/checks-status/rgeometry/rgeometry/main?label=tests&logo=github" alt="GitHub branch checks state">
</a>
|
<a href="https://ci.appveyor.com/project/bheisler/criterion-rs-vt9fl">
Expand Down

0 comments on commit 2278dda

Please sign in to comment.