diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-07-07 14:27:38 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-07-07 14:27:47 +0200 |
commit | 24c7313091000087942adb7ce9c8f7f638c5c375 (patch) | |
tree | 0aac3655a0ba6e77e684d15840003140433406f3 /.travis.yml | |
parent | c92a8b41dab2dbb3a98e35225639634e97488615 (diff) | |
download | sonarqube-24c7313091000087942adb7ce9c8f7f638c5c375.tar.gz sonarqube-24c7313091000087942adb7ce9c8f7f638c5c375.zip |
cache npm dependencies on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |