turn off travis

This commit is contained in:
Alexey Proshutinskiy 2021-09-02 19:00:40 +03:00
parent 31145f447e
commit 214881d843

View File

@ -1,23 +0,0 @@
language: rust
os:
- linux
- osx
rust:
- stable
- beta
- nightly
script:
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo bench;
cargo build;
cargo test;
else
cargo build;
cargo test;
fi
notifications:
email: false