Disable cargo cache

This commit is contained in:
Jeremy Soller
2018-03-26 19:13:49 -06:00
parent 47ee733afa
commit 6abd64ae16
-1
View File
@@ -5,7 +5,6 @@ env:
- TARGET=x86_64-unknown-redox
rust:
- nightly
cache: cargo
before_script:
- rustup component add rustfmt-preview
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi