diff --git a/Cargo.toml b/Cargo.toml index 1bececa5..692f2e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ error-chain = "0.12" tempfile = "3" [badges] -travis-ci = { repository = "philippkeller/rexpect" } +maintenance = { status = "passively-maintained" } diff --git a/README.md b/README.md index 7659e226..2d8e6b03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # rexpect -[![Build Status](https://api.travis-ci.org/philippkeller/rexpect.svg?branch=master)](https://travis-ci.org/philippkeller/rexpect) [![crates.io](https://img.shields.io/crates/v/rexpect.svg)](https://crates.io/crates/rexpect) [![Released API docs](https://docs.rs/rexpect/badge.svg)](https://docs.rs/rexpect) [![Master API docs](https://img.shields.io/badge/docs-master-2f343b.svg)](http://philippkeller.github.io/rexpect)