From 24c7313091000087942adb7ce9c8f7f638c5c375 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 7 Jul 2015 14:27:38 +0200 Subject: cache npm dependencies on travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bca51227a92..b8c267fa05a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,12 @@ script: cache: directories: - '$HOME/.m2/repository' + - 'server/sonar-web/node' + - 'server/sonar-web/node_modules' before_cache: - 'rm -rf $HOME/.m2/repository/org/codehaus/sonar' + - 'rm -f server/sonar-web/npm-debug.log' notifications: email: false -- cgit v1.2.3