From fd22482f0657acea1223e8a84d0a453d3e9ac7c3 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 27 Sep 2019 15:09:35 -0700 Subject: [PATCH] Goodbye Travis --- .travis.yml | 18 ------------------ README.md | 3 --- 2 files changed, 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8a30fe0d..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -matrix: - include: - - language: rust - rust: 1.36.0 - cache: cargo - - script: - - cargo test --all --locked --verbose - - - language: rust - rust: stable - cache: cargo - - install: - - rustup component add rustfmt - - rustup component add clippy - - script: ./bin/run-tests.sh \ No newline at end of file diff --git a/README.md b/README.md index 1cdb9279..cd71f8c7 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@
 
- - Travis-CI Build Status - Actions status