librustzcash/.travis.yml

13 lines
176 B
YAML

language: rust
rust:
- 1.36.0
cache: cargo
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo test --verbose --release --all