I\'m following Get started instructions on sonarcloud.io to execute the SonarQube Scanner for Maven from my computer:
I agree with Santhosh Tpixler that your problem is likely with the Travis encryption of the token. In my case I need travis-ci.com
(opposed to travis-ci.org
, see https://devops.stackexchange.com/q/1201), therefore had to use the --pro
flag.
From inside the project directory I used these commands:
travis login --pro
travis encrypt --pro