|
@@ -21,7 +21,8 @@ matrix:
|
|
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
|
|
|
|
|
- env: CHECK_BLOBS=1
|
|
|
- rust: stable
|
|
|
+ rust:
|
|
|
+ language: bash
|
|
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
|
|
|
|
|
|
|
@@ -32,7 +33,10 @@ script:
|
|
|
- ci/script.sh
|
|
|
|
|
|
|
|
|
-cache: cargo
|
|
|
+cache:
|
|
|
+ cargo: true
|
|
|
+ directories:
|
|
|
+ - gcc
|
|
|
before_cache:
|
|
|
# Travis can't cache files that are not readable by "others"
|
|
|
- chmod -R a+r $HOME/.cargo
|