From 4a6248e76cf09619afea5e8a07e4ec4c74a293fe Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Tue, 25 Jul 2017 18:22:38 -0400 Subject: [PATCH] Added Travis CI badge to Cargo.toml. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 903dcb3..af61310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ documentation = "https://docs.rs/irc/" repository = "https://github.com/aatxe/irc" readme = "README.md" +[badges] +travis-ci = { repository = "aatxe/irc" } + [features] default = ["ctcp", "json"] ctcp = []