Skip to content

Commit

Permalink
Поправлен адрес sonar для travis;
Browse files Browse the repository at this point in the history
Удален скрипт тестов-заглушек
  • Loading branch information
AKuznetsov authored and AKuznetsov committed Oct 1, 2018
1 parent 387a62b commit 607c299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 314 deletions.
312 changes: 0 additions & 312 deletions tests/fake-test.os1

This file was deleted.

4 changes: 2 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version=${temp##*|}
if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
sonar-scanner \
-Dsonar.host.url=https://sonar.silverbulleters.org \
-Dsonar.host.url=https://opensonar.silverbulleters.org \
-Dsonar.analysis.mode=issues \
-Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
-Dsonar.github.repository=$TRAVIS_REPO_SLUG \
Expand All @@ -21,7 +21,7 @@ if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then

elif [ "$TRAVIS_BRANCH" == "develop" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
sonar-scanner \
-Dsonar.host.url=https://sonar.silverbulleters.org \
-Dsonar.host.url=https://opensonar.silverbulleters.org \
-Dsonar.login=$SONAR_TOKEN \
-Dsonar.projectVersion=$version\
-Dsonar.scanner.skip=false \
Expand Down

0 comments on commit 607c299

Please sign in to comment.