wasm-utils/.travis.yml

10 lines
217 B
YAML
Raw Normal View History

2018-05-15 08:26:52 +08:00
language: rust
rust:
- nightly
- stable
2017-11-01 16:12:40 +03:00
script:
2018-05-15 08:26:52 +08:00
- cargo build --all --release --verbose
- cargo test --all --verbose
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi