Skip to content

Commit

Permalink
add ripgrep to travis ci cache directories list
Browse files Browse the repository at this point in the history
CI often fails for github api rate limit when downloading
ripgrep package. This workaroud is trying to enable
Travis CI cache of ripgrep package.

Signed-off-by: tom-shan <swt0008411@163.com>
  • Loading branch information
tom-shan committed Jun 6, 2019
1 parent 61bb0f1 commit 5c04ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ cache:
# end_cache_directories
- packages/java-debug/download
- packages/debug-nodejs/download
- /tmp/vscode-ripgrep-cache-1.2.4
branches:
only:
- master
Expand All @@ -87,6 +88,9 @@ addons:
- libxkbfile-dev
chrome: stable
before_install:
- ls -l /tmp/vscode-ripgrep-cache-1.2.4
- ls -l node_modules
- ls -l /home/travis/build/theia-ide/theia/node_modules
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
export DISPLAY=:99.0
Expand Down

0 comments on commit 5c04ee0

Please sign in to comment.