]> git.lizzy.rs Git - rust.git/commit
don't remove tools from cache
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 30 May 2019 07:17:29 +0000 (10:17 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 30 May 2019 07:17:29 +0000 (10:17 +0300)
commit0f6951249ef444a92769186e26b0b865d4e95617
tree3be5848ee904e793984bfc210324dfa396db965f
parent8c3cd8f121d4306732423d1c8804d54e36bd706a
don't remove tools from cache

On CI, we remove this project's artifacts from ./target before caching
it. This way, cache never changes, because it only caches deps.

We do this approximatelly, and, together with our own tools crate, we
also remove itertools, which are used by some other deps. Given that
tools change rarely, let's just cache them?
.travis.yml