diff --git a/.travis.yml b/.travis.yml index d208e31..e218759 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ matrix: language: rust rust: nightly script: cd Rust && cargo build + cache: cargo branches: only: - master