wasm-utils/.travis.yml
2018-05-15 08:26:52 +08:00

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