Browse Source

Revert "do not cache node_modules in travis"

This reverts commit 910e73142f.
tags/5.3-RC1
Stas Vilchik 8 years ago
parent
commit
b34b984899
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

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

Loading…
Cancel
Save