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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 2cc40d6 Use -Ddoclint:none. 2cc40d6 is described below commit 2cc40d630478f1e5c2ea18c2f98c65ee4b287094 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 4 08:52:28 2020 -0400 Use -Ddoclint:none. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25ca3b5..3eb2cd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jdk: - openjdk-ea script: - - mvn + - mvn -Ddoclint:none after_success: - mvn -Ddoclint:none clean cobertura:cobertura coveralls:report