We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdfedb commit 47d92bbCopy full SHA for 47d92bb
.travis.yml
@@ -19,7 +19,7 @@ addons:
19
secure: "FpHwMYPMkdWU6CeIB7+O3qIeIM4vJMp47UjkKK53f0w0s6tPZofZZkab+gcL2TqKSil7sFVB/AQXU1cUubflRszwcLbNsc8H2yFehD79o0o0Mqd1Dd5ip/q0KQbHkkln+InFlVLfvrLB4Xd4mlQVxbGhqpULBhXjKzFzQlRFcuU="
20
script:
21
# 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
+ - mvn clean verify sonar:sonar -Dsonar.projectKey=iluwatar_java-design-patterns -Dsonar.host.url=https://sonarcloud.io
23
24
after_success:
25
- bash update-ghpages.sh
0 commit comments