Skip to content

Commit

Permalink
do not cache node_modules in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-vilchik committed Oct 28, 2015
1 parent fb4a61b commit 910e731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} \;'
Expand Down

0 comments on commit 910e731

Please sign in to comment.