From 006e17e75bc867672c2357d814984b1d2954d0c7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 7 Aug 2018 00:25:10 -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 2f7cda6..1748873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,3 +25,6 @@ serde_derive = "^1.0.27" [features] i128 = ["byteorder/i128"] + +[badges] +travis-ci = { repository = "TyOverby/bincode" }