Added javadoc:javadoc -Ddoclint=all; note this will not fail if a

public element is missing a Javadoc.
This commit is contained in:
Gary Gregory 2019-09-05 13:12:01 -04:00
parent 22fc77a222
commit 3c44319a17
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ script:
- mvn
after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all