Skip to content

Commit 7bb3399

Browse files
committed
Add caching to the travis ci config to speed things up
1 parent 314ec0a commit 7bb3399

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ notifications:
1414
on_success: never
1515
branches:
1616
only:
17-
- master
17+
- master
18+
cache:
19+
cargo: true
20+
directories:
21+
- target

0 commit comments

Comments
 (0)