Skip to content

Commit af4ce18

Browse files
committed
travis: cache cargo
1 parent 0e9d78b commit af4ce18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: rust
22
dist: trusty
33
sudo: required
4-
cache: ccache
4+
cache:
5+
ccache: true
6+
cargo: true
57

68
rust:
79
- stable

0 commit comments

Comments
 (0)