From 5c04ee030f97d1865a2969c1adbb130d025cca0a Mon Sep 17 00:00:00 2001 From: tom-shan Date: Thu, 6 Jun 2019 15:42:32 +0800 Subject: [PATCH] add ripgrep to travis ci cache directories list 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 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b70d3ddc5260a..7da4dfa921084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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