@@ -2,11 +2,6 @@ language: rust
rust:
- 1.41.1
-# Caching saves a lot of time but often causes stalled builds...
-# disabled for now
-# look into solution here: https://levans.fr/rust_travis_cache.html
-# cache:
-# - cargo
before_script:
- rustup component add rustfmt --toolchain 1.41.1-x86_64-unknown-linux-gnu