summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-02-11 12:59:58 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2019-02-11 12:59:58 +0100
commit6b6222af2ca8387feefec3648e9bd794ba08e314 (patch)
tree912241fce6adfc8c38c38baedbe2a96f73ac0b7e /Cargo.toml
parent94ff8a4cf5e33b925ced5d9f25b91205808c85d6 (diff)
Remove Travis CI badge from Cargo manifest
Travis CI com isn't supported yet, see https://github.com/rust-lang/crates.io/issues/1392
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fec947..940b771 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,9 +12,6 @@ license = "Apache-2.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
edition = "2018"
-[badges]
-travis-ci = { repository = "lunaryorn/mdcat" }
-
[features]
default = ["vte50", "iterm2", "terminology", "remote_resources"]