Browse Source

do not cache node_modules in travis

tags/5.2
Stas Vilchik 8 years ago
parent
commit
910e73142f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml View File

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

Loading…
Cancel
Save