add travis badge to crates.io

This commit is contained in:
Oliver Schneider
2017-01-24 10:30:10 +01:00
parent 42c1bc2907
commit b105423e5e
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -27,3 +27,6 @@ serde_codegen_internals = { version = "=0.11.3", default-features = false, path
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.54.0", optional = true }
syntex_syntax = { version = "^0.54.0", optional = true }
[badges]
travis-ci = { repository = "serde-rs/serde" }