You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/05 17:12:05 UTC

[commons-lang] branch master updated: Added javadoc:javadoc -Ddoclint=all; note this will not fail if a public element is missing a Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c44319  Added javadoc:javadoc -Ddoclint=all; note this will not fail if a public element is missing a Javadoc.
3c44319 is described below

commit 3c44319a177428fe4867b8b1a7886e04b8f1677b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 5 13:12:01 2019 -0400

    Added javadoc:javadoc -Ddoclint=all; note this will not fail if a
    public element is missing a Javadoc.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 19e13bf..09ef4cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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