mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Run the benchmarks on nightly
This commit is contained in:
parent
8ff1be5977
commit
fefb9afb5f
10
.travis.yml
10
.travis.yml
@ -5,6 +5,16 @@ rust:
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
|
||||
cargo bench;
|
||||
cargo build;
|
||||
cargo test;
|
||||
else
|
||||
cargo build;
|
||||
cargo test;
|
||||
fi
|
||||
|
||||
after_success:
|
||||
- curl https://stainless-steel.github.io/travis/after_success.sh | bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user