Skip to content

Commit

Permalink
test(sonar): reactive sonar test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Mar 11, 2019
1 parent a2ed10f commit 7aa61bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
organization: $(echo $TRAVIS_REPO_SLUG | awk -F '/' '{print $1}')
script:
- npm run test
- if [[ "$TRAVIS_BRANCH" != greenkeeper* && -z "$SONAR_TOKEN" ]]; then sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}; fi
- if [[ "$TRAVIS_BRANCH" != greenkeeper* && -n "$SONAR_TOKEN" ]]; then sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}; fi

# Job: Release
- stage: release
Expand Down

0 comments on commit 7aa61bb

Please sign in to comment.