You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2018/09/21 15:08:44 UTC

[parquet-mr] branch master updated: PARQUET-1418: Run integration tests in Travis (#524)

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

zivanfi 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 797fc6f  PARQUET-1418: Run integration tests in Travis (#524)
797fc6f is described below

commit 797fc6f568757e7142b8d01e9dceae2d5518e4ab
Author: Zoltan Ivanfi <zi...@apache.org>
AuthorDate: Fri Sep 21 17:08:39 2018 +0200

    PARQUET-1418: Run integration tests in Travis (#524)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index da6a6ac..7ab4846 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,4 +35,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 test -P $HADOOP_PROFILE
+script: mvn verify -P $HADOOP_PROFILE