From 6e01e91ba55e5a510cb29ab8b66acb251c5c6025 Mon Sep 17 00:00:00 2001 From: Alec Larsen Date: Mon, 15 Jan 2024 12:52:57 -0800 Subject: [PATCH] Remove TravisCI workflow --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d2a3e06..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: rust -rust: - - stable - - beta -jobs: - fast_finish: true -before_script: - - rustup component add rustfmt - - rustup component add clippy -script: - - cargo clippy --all-targets --all-features -- -D warnings - - cargo fmt --all -- --check - - cargo build --verbose --all - - cargo test --verbose --all