From f2180f4263b65278788828e99bffcb7d22f0771e Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Thu, 22 Apr 2021 16:37:53 +0200 Subject: [PATCH] Remove travis from readme and cargo config --- Cargo.toml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02752d9..ebe6578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "MIT/Apache-2.0" edition = "2018" [badges] -travis-ci = { repository = "thijsc/mongo-rust-driver" } is-it-maintained-issue-resolution = { repository = "thijsc/mongo-rust-driver" } is-it-maintained-open-issues = { repository = "thijsc/mongo-rust-driver" } diff --git a/README.md b/README.md index 35811b3..8fb5f8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Mongo Rust Driver -[![Build Status](https://travis-ci.org/thijsc/mongo-rust-driver.svg)](https://travis-ci.org/thijsc/mongo-rust-driver) [![Crate](http://meritbadge.herokuapp.com/mongo_driver)](https://crates.io/crates/mongo_driver) Mongo Rust driver built on top of the [Mongo C driver](https://github.com/mongodb/mongo-c-driver).