aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-10-28 13:52:03 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-10-28 13:52:03 +0100
commit910e73142f2a82410166a1ac210f8891b663d73a (patch)
treeb509c5be488a3bdda0aa2c25ccaa895c479c03c0 /.travis.yml
parentfb4a61ba224daae62ad9e7944fb20b7411a730f0 (diff)
downloadsonarqube-910e73142f2a82410166a1ac210f8891b663d73a.tar.gz
sonarqube-910e73142f2a82410166a1ac210f8891b663d73a.zip
do not cache node_modules in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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 {} \;'