Display a Travis badge on crates.io

This commit is contained in:
David Tolnay 2019-12-24 20:55:28 -05:00
parent 332913bcef
commit a0e1af6809
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -9,6 +9,9 @@ repository = "https://github.com/dtolnay/anyhow"
documentation = "https://docs.rs/anyhow"
readme = "README.md"
[badges]
travis-ci = { repository = "dtolnay/anyhow" }
[features]
default = ["std"]
std = []