Remove travis entirely

This commit is contained in:
Tom Parker-Shemilt 2021-06-13 16:20:06 +01:00
parent e7b335d8dd
commit 6b7459d36c
2 changed files with 1 additions and 15 deletions

View file

@ -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

View file

@ -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.