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 9c71b58 commit 3a045ddCopy full SHA for 3a045dd
travis.sh
@@ -8,7 +8,6 @@ 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 -r json
12
13
sonar-scanner \
14
-Dsonar.host.url=$SONAR_HOST \
0 commit comments