Disable cargo cache in travis ci temporarily

This commit is contained in:
Jakub Konka
2019-05-15 22:41:03 +02:00
committed by Dan Gohman
parent 5aa598520c
commit 5ff4f57f97

View File

@@ -40,4 +40,4 @@ before_script:
- rustfmt +stable --version
script: ./test-all.sh
cache:
cargo: true
cargo: false