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" }