mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-03 15:01:06 +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
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
script:
|
||||||
|
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
|
||||||
|
cargo bench;
|
||||||
|
cargo build;
|
||||||
|
cargo test;
|
||||||
|
else
|
||||||
|
cargo build;
|
||||||
|
cargo test;
|
||||||
|
fi
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- curl https://stainless-steel.github.io/travis/after_success.sh | bash
|
- curl https://stainless-steel.github.io/travis/after_success.sh | bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user