Explorar el Código

do not cache node_modules in travis

tags/5.2
Stas Vilchik hace 8 años
padre
commit
910e73142f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml Ver fichero

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

Cargando…
Cancelar
Guardar