summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-02-22 20:32:00 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-02-22 20:32:00 -0500
commit4c78f5759c60499eefd4527ea34d574c2fb35c14 (patch)
treeba84c41dbea80db9667390ee396e0e3da6f5ee97
parent548304fd69614479790c36ddb0615599df0130b2 (diff)
remove travis badge
-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"]