You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/10/02 15:01:12 UTC

incubator-griffin git commit: Fix timeout failure in travis CI.

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 2ce6115e0 -> 3a09899ea


Fix timeout failure in travis CI.

Build times out because no output was received.

'travis_wait mvn clean verify -q' will spawn a process to deal with mvn task
-q,--quiet     Quiet output - only show errors

-q probably leads no output caught by travis, so timeout failure happens

refer to:
https://docs.travis-ci.com/user/common-build-problems/#limitations-of-travis_wait

Author: Eugene <li...@apache.org>

Closes #429 from toyboxman/build/tarvis.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/3a09899e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/3a09899e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/3a09899e

Branch: refs/heads/master
Commit: 3a09899ea8034c27ec8e3eda6eaa6f088a62f0b0
Parents: 2ce6115
Author: Eugene <li...@apache.org>
Authored: Tue Oct 2 23:01:05 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Tue Oct 2 23:01:05 2018 +0800

----------------------------------------------------------------------
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/3a09899e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c344291..d938d39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,11 @@ scala:
   - 2.10.6
 node_js:
   - "6"
+git:
+  quiet: true
+cache:
+  directories:
+  - $HOME/.m2
 
 install:
   - npm install -g bower