travis: Enable caching for sonarcloud scan

This commit is contained in:
Tobias Brunner
2020-02-21 16:11:44 +01:00
parent 96b61792df
commit 1f2c83db61
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@ jobs:
if: type = push AND env(SONAR_TOKEN) IS present
git:
depth: false
cache:
directories:
- $HOME/.sonar-cache
addons:
sonarcloud:
organization: "strongswan"