summaryrefslogtreecommitdiffstats
path: root/ipfs-api
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api')
-rw-r--r--ipfs-api/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index 3902235..253d99d 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -11,9 +11,6 @@ version = "0.11.0"
readme = "../README.md"
license = "MIT OR Apache-2.0"
-[badges]
-travis-ci = { repository = "ferristseng/rust-ipfs-api" }
-
[features]
default = ["with-hyper-tls", "with-builder"]
with-hyper-tls = ["with-hyper", "hyper-tls"]