Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trigger once again the travis ci to see whether sonar can run now.
  • Loading branch information
mwever committed Aug 5, 2019
commit 58c9d04d1abdbbb3f83f272f36a547ef99287238
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
sonarcloud:
organization: "openml"

script: mvn clean verify -P sonar -Dsonar.login=$SONAR_LOGIN_TOKEN
script: mvn clean verify -P sonar:sonar "-Dsonar.login=$SONAR_LOGIN_TOKEN"

deploy:
provider: pages
Expand Down
1 change: 1 addition & 0 deletions apiconnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>openml</sonar.organization>
<sonar.projectKey>openml-java</sonar.projectKey>
</properties>
<build>
<plugins>
Expand Down