Remove outdated Travis CI and AppVeyor references

This commit is contained in:
Alex Touchet 2021-12-27 16:19:06 -08:00 committed by GitHub
parent 8a80388235
commit 9bb4c5d453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ A lightweight logging facade for Rust
"""
categories = ["development-tools::debugging"]
keywords = ["logging"]
exclude = ["rfcs/**/*", "/.travis.yml", "/appveyor.yml"]
exclude = ["rfcs/**/*"]
build = "build.rs"
[package.metadata.docs.rs]