From 41b6a2eff87fe5668bba403ffa6b445e7e9d812e Mon Sep 17 00:00:00 2001 From: Ryan Hunt <rhunt@eqrion.net> Date: Thu, 11 May 2017 01:36:31 -0400 Subject: [PATCH] Add travis-ci badge to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b9145a5..8e2dee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ version = "0.1.8" exclude = ["compile-tests"] repository = "https://github.com/rlhunt/cbindgen/" +[badges] +travis-ci = { repository = "https://github.com/rlhunt/cbindgen" } + [dependencies] clap = "2" log = "0.3" -- GitLab