Merge pull request #1099 from palfrey/remove-travis

Remove Travis entirely
This commit is contained in:
Lukáš Hozda [magnusi] 2021-06-13 23:40:21 +02:00 committed by GitHub
commit 867d868605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.