Build job here: https://travis-ci.org/apache/servicecomb-toolkit/builds/612151368
Script here: https://github.com/apache/servicecomb-toolkit/blob/master/scripts/test.sh
I tried to integrate SonarCloud addon on my build, and find that SonarCloud addon is not enabled in PR situation.
I tried the solution mentioned in this topic. The key is to detect TRAVIS_SECURE_ENV_VARS
, but I found that it’s false even when triggered on the github repo master branch (log here).