mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
include .cargo into travis cache and trigger cargo update before building
This commit is contained in:
committed by
Romain Ruetschi
parent
fd50da5c35
commit
2732321faf
@ -1,6 +1,7 @@
|
||||
language: rust
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cargo
|
||||
- $HOME/protobuf
|
||||
- $TRAVIS_BUILD_DIR/target
|
||||
|
||||
@ -68,6 +69,7 @@ env:
|
||||
- RUSTFLAGS="-C link-dead-code"
|
||||
|
||||
script:
|
||||
- cargo update
|
||||
- cargo build --verbose --all-features
|
||||
- cargo test --verbose --all-features
|
||||
- cargo doc --verbose --all-features --no-deps
|
||||
|
Reference in New Issue
Block a user