I added a branch under the add-ons to travis.yml, as well as a sonar branch in the sonar properties file, but the SonarQube analysis is skipped. How to fix it?
Additional services: sonarqube: token: secure: "XXXXXXXXXXXXXXXXXXXXXXXXXXX" branches:
development added to travis.yml
and in sonar-project.properties, I added this key also sonar.branch = development
but travis is always $ export SONARQUBE_SKIPPED = true
0.41s $ sonar scanner
INFO: scanner configuration file: /home/travis/.sonarscanner/sonar-scanner-2.8/conf/sonar-scanner.properties
INFO: Project root file configuration file: / home /........../ sonar-project.properties
INFO: SonarQube scanner analysis skipped
source share