From 5d909c09365f42908301ad70667db96ff47dc4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Holzfu=C3=9F?= Date: Sat, 20 Nov 2021 12:10:44 +0100 Subject: [PATCH] ci: remove Travis-CI config Travis CI hasn't been doing builds in quite a while now, so having the configuration here is pointless. --- .travis.yml | 8 -------- Cargo.toml | 1 - README.md | 2 -- 3 files changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8c91a74..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -matrix: - allow_failures: - - rust: nightly diff --git a/Cargo.toml b/Cargo.toml index f7e9dce..7177302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ documentation = "https://docs.rs/bbt/" readme = "README.md" keywords = ["bayesian", "skill", "rating"] license = "MIT" -exclude = [".travis.yml"] [dependencies] serde = { version = "1.0.70", optional = true } diff --git a/README.md b/README.md index d3f93b6..dc345c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/DataWraith/bbt.svg?branch=master)](https://travis-ci.org/DataWraith/bbt) - **Status**: I consider this project done. If you need something to change, please open an issue for discussion before submitting a pull request.