Skip to content

Commit

Permalink
Updated SonarQube URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lederrey committed Jun 13, 2016
1 parent 988a23c commit b77c2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jmxtrans/jmxtrans?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven site](https://img.shields.io/badge/Maven-site-blue.svg)](http://www.jmxtrans.org/jmxtrans/)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jmxtrans/jmxtrans/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jmxtrans/jmxtrans)
[![Nemo - SonarQube](https://img.shields.io/badge/SonarQube-Nemo-lightgrey.svg)](https://nemo.sonarqube.org/overview?id=org.jmxtrans%3Ajmxtrans-parent)
[![Nemo - SonarQube](https://img.shields.io/badge/SonarQube-Nemo-lightgrey.svg)](https://sonarqube.com/overview?id=org.jmxtrans%3Ajmxtrans-parent)

This is the source code repository for the jmxtrans project.

Expand Down
4 changes: 2 additions & 2 deletions travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
--settings ${MVN_SETTINGS} -B -V \
-PwithMutationTests,gpg,rpm,deb \
-Ddocker.skip=false \
-Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN
-Dsonar.host.url=https://sonarqube.com/ -Dsonar.login=$SONAR_TOKEN
elif [ "$TRAVIS_BRANCH" == "release" ]; then
if [[ `git log --format=%B -n 1` == *"[maven-release-plugin]"* ]]; then
echo "Do not release commits created by maven release plugin"
Expand Down Expand Up @@ -83,7 +83,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
-PwithMutationTests,rpm,deb,\!gpg \
-Dgpg.passphraseServerId=skip \
-Ddocker.skip=false \
-Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN
-Dsonar.host.url=https://sonarqube.com/ -Dsonar.login=$SONAR_TOKEN
fi
else
echo "Building pull request"
Expand Down

0 comments on commit b77c2e9

Please sign in to comment.