Skip to content

Commit

Permalink
Remove Travis CI badges (#35)
Browse files Browse the repository at this point in the history
* Remove Travis CI badge from Cargo.toml

* Remove Travis badge from README.md
  • Loading branch information
lambda-fairy authored Oct 26, 2021
1 parent 95f6a6d commit 0bc5e44
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 @@ -28,6 +28,3 @@ libc = "0.2"
[features]
default = ["std"]
std = []

[badges]
travis-ci = { repository = "lambda-fairy/rust-errno" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# errno [![Build status](https://img.shields.io/travis/lambda-fairy/rust-errno.svg)](http://travis-ci.org/lambda-fairy/rust-errno) [![Cargo](https://img.shields.io/crates/v/errno.svg)](https://crates.io/crates/errno)
# errno [![CI](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml/badge.svg)](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml) [![Cargo](https://img.shields.io/crates/v/errno.svg)](https://crates.io/crates/errno)

Cross-platform interface to the [`errno`][errno] variable. Works on Rust 1.13 or newer.

Expand Down

0 comments on commit 0bc5e44

Please sign in to comment.