pirate-librustzcash/.travis.yml

20 lines
467 B
YAML
Raw Permalink Normal View History

2019-01-03 11:51:08 -07:00
language: rust
rust:
- 1.39.0
2019-01-03 11:51:08 -07:00
cache: cargo
2019-01-03 11:51:08 -07:00
2019-08-15 10:45:24 -06:00
before_script:
- rustup component add rustfmt
2019-01-03 11:51:08 -07:00
script:
- cargo build --verbose --release --all
- cargo fmt --all -- --check
2019-01-03 11:51:08 -07:00
- cargo test --verbose --release --all
2019-08-28 19:39:35 +01: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