Skip to content

Commit ebea8c2

Browse files
committed
Fix travis cache configuration
1 parent a734223 commit ebea8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
cache:
44
timeout: 360
5-
- cargo
5+
cargo: true
66

77
before_cache:
88
- chmod -R a+r $HOME/.cargo

0 commit comments

Comments
 (0)