Remove Travis-CI badges

Travis-CI was fully removed as of faf8b3edba.

The only badge now [mentioned in the Cargo book][1] is `maintenance`. The
`travis-ci` badge reference was [removed from Cargo two years ago][2]. The
Cargo book advises putting badges in README.md instead.

[1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
[2]: 60779a006f
This commit is contained in:
Darren Kulp 2022-10-22 11:11:39 -04:00 committed by Emilio Cobos Álvarez
parent 80738016a3
commit 3994a3315e
2 changed files with 0 additions and 6 deletions

View File

@ -20,9 +20,6 @@ rust-version = "1.57.0"
path = "main.rs"
name = "bindgen"
[badges]
travis-ci = { repository = "rust-lang/rust-bindgen" }
[dependencies]
bindgen = { path = "../bindgen" }
shlex = "1"

View File

@ -24,9 +24,6 @@ rust-version = "1.57.0"
name = "bindgen"
path = "./lib.rs"
[badges]
travis-ci = { repository = "rust-lang/rust-bindgen" }
[dependencies]
bitflags = "1.0.3"
cexpr = "0.6"