pirate-librustzcash/.travis.yml

20 lines
467 B
YAML
Raw Normal View History

2019-01-03 18:51:08 +00:00
language: rust
rust:
- 1.39.0
2019-01-03 18:51:08 +00:00
cache: cargo
2019-01-03 18:51:08 +00:00
2019-08-15 16:45:24 +00:00
before_script:
- rustup component add rustfmt
2019-01-03 18:51:08 +00:00
script:
- cargo build --verbose --release --all
- cargo fmt --all -- --check
2019-01-03 18:51:08 +00:00
- cargo test --verbose --release --all
2019-08-28 18:39:35 +00:00
- cargo test --verbose --release --all -- --ignored
before_cache:
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"
- cargo install cargo-update || echo "cargo-update already installed"
- cargo install-update -a # update outdated cached binaries