Closed chippers closed 3 years ago
Eh, if its already there, then its fine to drop. I think I added it at a time when I was noting the version of cached cargo install
tools. I've since changed how I handle the caching of those. When adding those versions, I think I added these "for good measure" without noticing they are already there.
At https://crate-ci.github.io/ examples with Travis CI, there is often advice to add the following to
.travis.yml
.This results in output similar to:
However, in Travis CI it will print these versions by default without prompting (including the start of the commit hash for rustc like cargo's). These are shown at the top of the job build due to the previous items automatically collapsing.
Is having these extra install commands worth it, when the same functionality is present with a smaller example config?