1
0
mirror of https://github.com/fluencelabs/sqlite-wasm-connector synced 2025-03-16 06:50:49 +00:00

turn off travis

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

@ -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