Skip to content

Commit 2a93877

Browse files
committed
Add cache to .travis.yml
1 parent 0929bff commit 2a93877

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ sudo: false
1919

2020
before_install:
2121
- curl https://sh.rustup.rs | sh -s -- -y
22-
- export PATH="$HOME/.cargo/bin:$PATH"
22+
- export PATH="$HOME/.cargo/bin:$PATH"
23+
24+
cache:
25+
directories:
26+
- _build
27+
- deps
28+
- $HOME/.cargo

0 commit comments

Comments
 (0)