From: Stas Vilchik Date: Wed, 28 Oct 2015 12:52:03 +0000 (+0100) Subject: do not cache node_modules in travis X-Git-Tag: 5.2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=910e73142f2a82410166a1ac210f8891b663d73a;p=sonarqube.git do not cache node_modules in travis --- diff --git a/.travis.yml b/.travis.yml index 28ca7ed5111..e6cf1e8151a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ cache: directories: - '$HOME/.m2/repository' - 'server/sonar-web/node' - - 'server/sonar-web/node_modules' before_cache: - 'find ~/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rf {} \;'