You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/11/24 17:31:35 UTC

[parquet-mr] branch master updated: Improve Travis CI build Performance (#924)

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

shangxinli 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 01a5d07  Improve Travis CI build Performance (#924)
01a5d07 is described below

commit 01a5d074829ad4cf4de1f662d54fe7bceb4bef63
Author: YunLemon <34...@qq.com>
AuthorDate: Thu Nov 25 01:30:03 2021 +0800

    Improve Travis CI build Performance (#924)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a961628..f401805 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,9 +41,9 @@ install:
   - sudo apt-get install -qq maven
   - java -version
   - mvn -version
-  - travis_wait 60 mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true -Dorg.slf4j.simpleLogger.logFile=mvn-install.log
+  - mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true -Dorg.slf4j.simpleLogger.logFile=mvn-install.log
   
-script: travis_wait 60 mvn verify --batch-mode javadoc:javadoc -P ci-test,$HADOOP_PROFILE -Dorg.slf4j.simpleLogger.logFile=mvn-verify.log
+script: mvn verify --batch-mode javadoc:javadoc -P ci-test,$HADOOP_PROFILE -Dorg.slf4j.simpleLogger.logFile=mvn-verify.log
 
 after_failure:
   - cat mvn-install.log