We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b80b1 commit ac5f783Copy full SHA for ac5f783
.travis.yml
@@ -36,3 +36,7 @@ deploy:
36
repo: codercom/code-server
37
branch: master
38
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