I\'m following Get started instructions on sonarcloud.io to execute the SonarQube Scanner for Maven from my computer:
The problem is with the travis encryption.
Correct encryption syntax:
travis encrypt 309473973909Z09R830 -r my-org/my-repo
No variable name, no quote.
If you are running travis encrypt
inside your repo directory you can just use
travis encrypt 309473973909Z09R830
Kindly replace you token for 309473973909Z09R830
The above trick worked for me. Thought of making it more visible to the public.
Credits: @ron190