mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
turn off travis
This commit is contained in:
parent
31145f447e
commit
214881d843
23
.travis.yml
23
.travis.yml
@ -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
|
Loading…
x
Reference in New Issue
Block a user