We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42db938 commit 3b88b30Copy full SHA for 3b88b30
travis.sh
@@ -8,7 +8,7 @@ version=${temp##*|}
8
9
if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
10
if [ "$TRAVIS_BRANCH" == "develop" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
11
- java -jar ./bsl-language-server.jar -a -s ./src
+ java -jar ./bsl-language-server.jar -a -s ./src -r json
12
13
sonar-scanner \
14
-Dsonar.host.url=$SONAR_HOST \
0 commit comments