Skip to content

Commit

Permalink
fix(sonar): simplify sonar cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Alexander Kopriwa committed Jun 26, 2018
1 parent 7a3e12c commit aef373d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
- 'lts/*'
- '10'
- '8'
addons:
sonarcloud:
organization: $(echo $TRAVIS_REPO_SLUG | awk -F '/' '{print $1}')
script:
- npm run test
# - sonar-scanner -Dsonar.branch=${TRAVIS_BRANCH} -Dsonar.projectVersion=${SONAR_VERSION}
- sonar-scanner

# Job: Release
Expand Down

0 comments on commit aef373d

Please # to comment.