Skip to content

Commit

Permalink
.travis.yml:
Browse files Browse the repository at this point in the history
 - use correct sonarqube URL for scan
  • Loading branch information
djmott committed Jul 25, 2016
1 parent e7ebd7f commit fe05403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ script:
- for item in $( find -name '*.gcda' ); do gcov -l $item; done
- for item in $( find -name '*.gcda' ); do gcovr -x -r . > $TRAVIS_BUILD_DIR/docs/reports/gcov/$(basename $item).xml; done
- cd $TRAVIS_BUILD_DIR/
# - cp assets/sonar* .
# - sonar-scanner -e -X -Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN
- cp assets/sonar* .
- sonar-scanner -e -X -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN
success:
- cd $TRAVIS_BUILD_DIR/docs/html
- git init
Expand Down

0 comments on commit fe05403

Please sign in to comment.