From d39a3820124d7b89ef6377f36631c381d297fa50 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Mon, 6 Feb 2017 19:00:29 -0800 Subject: [PATCH] Add travis-ci repository to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d83c0fd..1b62220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ categories = ["asynchronous", "network-programming"] readme = "README.md" description = "An RPC framework for Rust with a focus on ease of use." +[badges] +travis-ci = { repository = "google/tarpc" } + [dependencies] bincode = "1.0.0-alpha" byteorder = "1.0"