Skip to content

Commit

Permalink
[Travis] Add sonarcloud addon.
Browse files Browse the repository at this point in the history
Token was added in the repository settings in Travis
  • Loading branch information
argenos committed Dec 1, 2017
1 parent 54900ad commit 0bb86e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ install:
pip install -r requirements.txt
script:
- ./scenario_generator

addons:
sonarcloud:
organization: "hbrs-maas-github" # the key of the org you chose at step #3
script:
# other script steps might be done before running the actual analysis
- sonar-scanner

0 comments on commit 0bb86e4

Please sign in to comment.