From 148eb40874c19a6740e61b3a8fb67ac2ea6930d4 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sat, 12 Aug 2017 17:45:23 -0400 Subject: [PATCH] [Cargo] Add Travis badge --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9099a45..c4b6892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,6 @@ repository = "https://github.com/nvzqz/static-assertions-rs" categories = ["no-std", "rust-patterns"] keywords = ["assert", "static"] description = "Compile-time assertions to ensure that invariants are met." + +[badges] +travis-ci = { repository = "nvzqz/static-assertions-rs" }