diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-03 09:09:48 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-03 09:10:14 +0100 |
commit | b34b9848994a803f08a77528171cc54c8dc9af3e (patch) | |
tree | 43999feb1f11344f33cb274dad8ed09a646c513a /.travis.yml | |
parent | f15b982833a5b1a810d92e5fe5604501201b5146 (diff) | |
download | sonarqube-b34b9848994a803f08a77528171cc54c8dc9af3e.tar.gz sonarqube-b34b9848994a803f08a77528171cc54c8dc9af3e.zip |
Revert "do not cache node_modules in travis"
This reverts commit 910e73142f2a82410166a1ac210f8891b663d73a.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1179b736f32..9860d02cf0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ 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 {} \;' |