Levans' workshop

Experiments and thoughts about Machine Learning, Rust, and other stuff...

#travis Articles


  • Wed 05 September 2018
  • Rust
  • en

Beware the rust cache on Travis

Today, I was working on optimizing my travis builds to speed them up, especially in the direction of caching. Travis allows you to set cache: cargo in your .travis.yml to enable caching for rust projects and caching is cool: it avoids having to rebuild all dependencies all the time …