chore(ci): remove travis.yml

This commit is contained in:
graelo 2020-06-02 22:26:23 +02:00
parent f9776364c6
commit c4e7f1d1e3

View file

@ -1,21 +0,0 @@
language: rust
cache: cargo
dist: trusty
os:
- linux
- osx
rust:
- nightly
- stable
before_script:
- rustup component add rustfmt
- cargo install --force cargo-audit
- cargo generate-lockfile
script:
- cargo fmt --all -- --check
- cargo build
- cargo test
- cargo audit