I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 963a4fe8 authored by idk's avatar idk
Browse files

Extend travis timeout and make sonarqube output verbose

parent 4c4dbae1
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@ cache:
- .gradle
script:
- |
- travis_wait 45 |
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk11" ]; then
./gradlew sonarqube codeCoverageReport
./gradlew sonarqube codeCoverageReport -Dsonar.verbose=true
else
./gradlew check codeCoverageReport
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment