mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 03:00:49 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
- stable
|
|
|
|
script:
|
|
- cargo build --all --release --verbose
|
|
- cargo test --all --verbose
|
|
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi
|