mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-14 16:17:13 +00:00
Merge pull request #1099 from palfrey/remove-travis
Remove Travis entirely
This commit is contained in:
commit
867d868605
2 changed files with 1 additions and 15 deletions
14
.travis.yml
14
.travis.yml
|
@ -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
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue