Planet of the Crabs
🦀 fearless rust


Efficient Use of Travis-CI's Cache For Rust Builds

Posted on by bheisler.github.io

A while ago, I complained on Reddit about the Travis-CI build times for my Rust crates. Aleksey Kladov, better known in the Rust community as “matklad”, responded to mention that Travis-CI’s caching behavior is… suboptimal for Rust crates and gave me a way to fix it. I figure there are probably other Rust developers out there who aren’t aware of this, so I’m writing a short post to explain it.