We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b811998 commit 96c6396Copy full SHA for 96c6396
.travis.yml
@@ -13,7 +13,7 @@ before_script:
13
- sudo apt-get install lib32z1 lib32ncurses5
14
15
after_success:
16
- - mvn site
+ - travis_wait mvn site
17
- bash <(curl -s https://codecov.io/bash)
18
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
19
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
0 commit comments