Automatic merge from branch-5.2

* origin/branch-5.2:
  do not cache node_modules in travis
This commit is contained in:
Jenkins CI 2015-10-29 08:01:26 +01:00
commit 5e41c3cb0a

View File

@ -23,7 +23,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 {} \;'