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

gabor 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 342b462  PARQUET-1980 Update Maven profile from 'travis' to 'ci-test' 
(#879)
342b462 is described below

commit 342b46223a78efb8233e2419f6b360460b398021
Author: Martin Grigorov <[email protected]>
AuthorDate: Mon Mar 8 12:49:32 2021 +0200

    PARQUET-1980 Update Maven profile from 'travis' to 'ci-test' (#879)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e7ad77d..d742eb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,4 +43,4 @@ install:
   - mvn -version
   - 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 --batch-mode javadoc:javadoc -P travis,$HADOOP_PROFILE | pv 
-fbi 60 > mvn_verify.log || (cat mvn_verify.log && false)
+script: mvn verify --batch-mode javadoc:javadoc -P ci-test,$HADOOP_PROFILE | 
pv -fbi 60 > mvn_verify.log || (cat mvn_verify.log && false)

Reply via email to