From a0e1af6809002acb02ac85ca9bb45bfbe0c129a8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 24 Dec 2019 20:55:28 -0500 Subject: [PATCH] Display a Travis badge on crates.io --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 68e7c20..614c12c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []