Fix travis cache configuration
This commit is contained in:
parent
a7342230d5
commit
ebea8c2337
|
@ -2,7 +2,7 @@ language: rust
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
timeout: 360
|
timeout: 360
|
||||||
- cargo
|
cargo: true
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- chmod -R a+r $HOME/.cargo
|
- chmod -R a+r $HOME/.cargo
|
||||||
|
|
Loading…
Reference in New Issue