Skip to content

Commit ac5f783

Browse files
committed
ci: cache /tmp
1 parent 28b80b1 commit ac5f783

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ deploy:
3636
repo: codercom/code-server
3737
branch: master
3838
cache: yarn
39+
# See https://github.com/roblourens/vscode-ripgrep/blob/28112b69ce206634ee112d62e2c2c3ec7c4722ce/lib/download.js#L14
40+
# Has been causing GitHub rate limit errors so we cache /tmp to avoid running it too often.
41+
directories:
42+
- /tmp

0 commit comments

Comments
 (0)