From 6b7459d36cac4cc85cfbb5a583ec8848e0d7755f Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 13 Jun 2021 16:20:06 +0100 Subject: [PATCH] Remove travis entirely --- .travis.yml | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a1bf2cc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: rust -before_script: sccache --version || cargo install sccache -script: RUSTC_WRAPPER=sccache cargo run || true - -env: - global: - - RUST_LOG=warn - - SCCACHE_CACHE_SIZE=1G - -cache: - directories: - - ~/.cargo/bin - - ~/.cache/sccache - - results # So we don't have to check all the things every time diff --git a/README.md b/README.md index 676c4f3..1ae2d88 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Rust [![build badge](https://api.travis-ci.org/rust-unofficial/awesome-rust.svg?branch=master)](https://travis-ci.org/rust-unofficial/awesome-rust) +# Awesome Rust [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) A curated list of Rust code and resources.