don't reinstall tarpaulin every time

embedded-hal-1.0
Caemor 2020-03-26 20:33:51 +01:00
parent 08c46952f7
commit 2fcf788673
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ before_cache:
- chmod -R a+r $HOME/.cargo
- |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
cargo install cargo-tarpaulin -f
cargo install cargo-tarpaulin
fi
after_success: |