You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2019/07/11 05:55:35 UTC

[parquet-mr] branch master updated: PARQUET-1616: Enable Maven batch mode (#661)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0861ddf  PARQUET-1616: Enable Maven batch mode (#661)
0861ddf is described below

commit 0861ddff9572fef8b9002d7ebaba3bf62455cee2
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Jul 11 06:55:30 2019 +0100

    PARQUET-1616: Enable Maven batch mode (#661)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d33051f..3fe18f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ env:
   - HADOOP_PROFILE=default TEST_CODECS=gzip,snappy
 
 install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true | pv -fbi 60 > mvn_install.log || (cat mvn_install.log && false)
-script: mvn verify javadoc:javadoc -P $HADOOP_PROFILE
+script: mvn verify --batch-mode javadoc:javadoc -P $HADOOP_PROFILE