Hi,
Despite following the documentation, I could not manage to run SonarCloud on Travis. My repo is consists of C++ files. Here’s the error and the broken build:
build-wrapper-linux-x86-64: command not found
As the documentation suggests, I placed
addons:
sonarcloud:
organization: "emrsmsrli"
token: "..."
But Travis doesn’t seem to find either build-wrapper, nor sonar-scanner executables.