Skip to content

Commit 47d92bb

Browse files
committed
iluwatar#996 set sonar host url
1 parent cfdfedb commit 47d92bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ addons:
1919
secure: "FpHwMYPMkdWU6CeIB7+O3qIeIM4vJMp47UjkKK53f0w0s6tPZofZZkab+gcL2TqKSil7sFVB/AQXU1cUubflRszwcLbNsc8H2yFehD79o0o0Mqd1Dd5ip/q0KQbHkkln+InFlVLfvrLB4Xd4mlQVxbGhqpULBhXjKzFzQlRFcuU="
2020
script:
2121
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
22-
- mvn clean verify sonar:sonar -Dsonar.projectKey=iluwatar_java-design-patterns
22+
- mvn clean verify sonar:sonar -Dsonar.projectKey=iluwatar_java-design-patterns -Dsonar.host.url=https://sonarcloud.io
2323

2424
after_success:
2525
- bash update-ghpages.sh

0 commit comments

Comments
 (0)