We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76886d9 commit bb50c68Copy full SHA for bb50c68
.travis.yml
@@ -32,8 +32,10 @@ before_cache:
32
- rm -rf $HOME/.m2/repository/org/sonarsource/sonarqube-plugins/cxx
33
- find $HOME/.m2 -name resolver-status.properties -exec rm {} \;
34
cache:
35
+ pip: true
36
directories:
37
- '$HOME/.m2/repository'
38
+ - '$HOME/.sonar'
39
40
before_install:
41
- cat /etc/hosts # optionally check the content
0 commit comments