From 058439f12f22037f8127ca355b8b3b41b44b22c1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 7 Aug 2018 00:19:40 -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 ee4e84f..58cb6ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ exclude = ["performance.png"] default = ["std"] i128 = [] std = [] + +[badges] +travis-ci = { repository = "dtolnay/itoa" }