From e2ed61ced9310eef283d53ad09fb04964f3afcf6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 7 Aug 2018 11:57:13 -0700 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 435c516..e432425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,6 @@ no-panic = { version = "0.1", optional = true } [dev-dependencies] num_cpus = "1.8" rand = "0.5" + +[badges] +travis-ci = { repository = "dtolnay/ryu" }