Skip to content

Commit

Permalink
Merge branch 'release/v.0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuznetsov authored and AKuznetsov committed Oct 1, 2018
2 parents bb9314b + 607c299 commit d0aa4ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 315 deletions.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Описание.Имя("irac")
.Версия("0.7.0")
.Версия("0.8.0")
.Автор("Artem Kuznetsov")
.АдресАвтора("[email protected]")
.Описание("Библиотека администрирования кластера серверов 1С")
Expand Down
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 d0aa4ad

Please sign in to comment.