remove Travis-CI - going to switch to github actions

This commit is contained in:
Lukáš Hozda 2021-01-31 13:45:40 +01:00
parent 2e36accb11
commit 4736a77131

View File

@ -1,14 +0,0 @@
language: rust
before_script: sccache --version || cargo install sccache
script: RUSTC_WRAPPER=sccache cargo run
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