Remove remaining mentions of Travis CI

Badges section has been removed from crates.io; it is suggested to place
them in README instead[1], which we already have done.

In bors.toml, the status section. Its is unclear from the docs[2], what those
strings are. But it seems to me, they should reference name of GitHub
Workflow file with CI pipelines[3].

[1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
[2]: https://bors.tech/documentation/
[3]: https://bors.tech/devdocs/bors-ng/readme.html
This commit is contained in:
ivan tkachenko 2021-05-09 18:12:50 +03:00
parent c2ba431413
commit 210dd349ef
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
2 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,6 @@ description = """
A macro to generate structures which behave like bitflags.
"""
exclude = [
".travis.yml",
"appveyor.yml",
"bors.toml"
]
@ -27,9 +26,6 @@ build = "build.rs"
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
compiler_builtins = { version = '0.1.2', optional = true }
[badges]
travis-ci = { repository = "bitflags/bitflags" }
[features]
default = []
example_generated = []

View File

@ -1,3 +1,3 @@
status = [
"continuous-integration/travis-ci/push",
"rust",
]