summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-06-16 14:33:14 -0700
committerGitHub <noreply@github.com>2017-06-16 14:33:14 -0700
commit4b40c7dc5cbe928631b7ebd17c187328a0eac047 (patch)
tree0e2394ce53c6b5378e578d06ae994cb62d8028bb /Cargo.toml
parenta35f26a99a214c5b0134428e5b2a8cd2f7b882a0 (diff)
Add travis-ci badge to Cargo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4df8793..cec0534 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,9 @@ authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
categories = ["config"]
license = "MIT/Apache-2.0"
+[badges]
+travis-ci = { repository = "mehcode/config-rs" }
+
[features]
default = ["toml", "json", "yaml"]
json = ["serde_json"]