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

ctubbsii pushed a commit to branch 1.7
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.7 by this push:
     new 16995c4  Build javadocs in travis-ci
16995c4 is described below

commit 16995c4d07453ffb1a20847a8285cbaa8f5b3a6a
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Wed Feb 14 22:50:16 2018 -0500

    Build javadocs in travis-ci
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b4a91d7..4efaadf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,4 +34,4 @@ jdk:
 before_script:
   - rm -rf $HOME/.m2/repository/org/apache/accumulo
   - echo "<settings 
xmlns='http://maven.apache.org/SETTINGS/1.0.0'><mirrors><mirror><id>secure-central</id><url>https://repo.maven.apache.org/maven2</url><mirrorOf>central</mirrorOf></mirror></mirrors></settings>"
 > $HOME/settings-custom.xml
-script: mvn --settings $HOME/settings-custom.xml clean verify -DskipITs
+script: mvn --settings $HOME/settings-custom.xml clean verify javadoc:jar 
-DskipITs

-- 
To stop receiving notification emails like this one, please contact
ctubb...@apache.org.

Reply via email to