Skip to content

Commit

Permalink
Try to speed up the CI build
Browse files Browse the repository at this point in the history
If we install the tarpaulin dependency non-forcefully and *before* we
drop the registry subdirectory we should be both faster and have better
space efficiency.
  • Loading branch information
jstasiak committed Jul 6, 2019
1 parent 9f00fec commit ecd8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cache:
directories:
- $HOME/.cargo
before_cache:
- cargo install cargo-tarpaulin
- rm -rf $HOME/.cargo/registry
- cargo install cargo-tarpaulin -f
script:
- cargo clean
- cargo build
Expand Down

0 comments on commit ecd8307

Please sign in to comment.