Skip to content

Commit 96c6396

Browse files
authored
travis_wait
Why ? Because generating javadoc takes a lot of time
1 parent b811998 commit 96c6396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- sudo apt-get install lib32z1 lib32ncurses5
1414

1515
after_success:
16-
- mvn site
16+
- travis_wait mvn site
1717
- bash <(curl -s https://codecov.io/bash)
1818
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
1919
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar

0 commit comments

Comments
 (0)