From 913b38afdc50ba40bd3637a865a59b2c4544aad3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 8 Jan 2019 16:16:07 +0100 Subject: [PATCH] Cargo.toml: add travis CI badge --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d262af5..e95cb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,9 @@ categories = ["rust-patterns"] readme = "README.md" exclude = [ "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh" ] +[badges] +travis-ci = { repository = "haraldh/chainerror" } + [features] default = [ ] no-fileline = []