Skip to content

Commit

Permalink
[alpha-unito#70] minor fix sonarcube and travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 2, 2019
1 parent c2565e0 commit 8f2b2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ script:
- cmake ..
- make
- ctest
- cp ../sonar-project.properties .
- sonar-scanner
4 changes: 3 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sonar.projectKey=FalkenRambaldi_PiCo
sonar.projectName=PiCo
sonar.projectVersion=1.0-SNAPSHOT

# =====================================================
# Meta-data for the project
# =====================================================
Expand All @@ -20,4 +21,5 @@ sonar.host.url=https://sonarcloud.io
sonar.organization=falkenrambaldi-github
sonar.login=05cfe6a0ba98a21ea19898238df3f47531acdc34
sonar.password=
sonar.sources=.
sonar.sources=.
sonar.cfamily.build-wrapper-output=bw-output

0 comments on commit 8f2b2a8

Please sign in to comment.