Skip to content

Commit c573287

Browse files
committed
[ci] Specify sonar.projectKey
1 parent 594158e commit c573287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/after_success.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-3" ] && [ "$TRAVIS_PULL_REQUEST" == "
4242
./mvnw clean test jacoco:report coveralls:report -q --settings ./travis/settings.xml
4343
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"
4444

45-
./mvnw sonar:sonar
45+
./mvnw sonar:sonar -Dsonar.projectKey=mybatis_mybatis-3
4646

4747
# Deploy to site
4848
# Cannot currently run site this way

0 commit comments

Comments
 (0)