Remove old .travis.yml

This commit is contained in:
Tad Hardesty 2024-07-21 19:45:18 -07:00
parent afc817e668
commit 58258e6013

View file

@ -1,16 +0,0 @@
language: rust
rust:
- stable
branches:
only:
- master
cache: cargo
before_cache:
- cargo-cache
install:
- rustc -Vv
- cargo -V
- cargo install cargo-cache --no-default-features --features ci-autoclean cargo-cache
script:
- cargo build --verbose --all
- cargo test --verbose --all