You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2018/07/31 19:57:03 UTC

[incubator-druid] branch master updated: Revert "skip travis on doc only changes" (#6077)

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

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new bb2fd57  Revert "skip travis on doc only changes" (#6077)
bb2fd57 is described below

commit bb2fd57c0b4e0ac0487002140f9e1e71d613ddb4
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Tue Jul 31 12:56:57 2018 -0700

    Revert "skip travis on doc only changes" (#6077)
    
    * Revert "Fix a bug in GroupByQueryEngine (#6062)"
    
    This reverts commit f3595c93d92f39298956a27691e93cf3459fb5fb.
    
    * Revert "Add definition of 'NONE' to queryGranularity in ingestion.index doc (#6073)"
    
    This reverts commit 7f89c7293290515e98807b5479bead0f4e5913fe.
    
    * Revert "skip travis on doc only changes (#6061)"
    
    This reverts commit 66af403f7d06b7f93d2e6e78f4e445c7a47e35cd.
---
 .travis.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a37b3f..4ec3050 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,15 +13,7 @@ jdk:
 cache:
   directories:
     - $HOME/.m2
-before_install:
-  - |
-    if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
-      TRAVIS_COMMIT_RANGE="FETCH_HEAD...$TRAVIS_BRANCH"
-    fi
-    git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)|(^(docs|examples/(bin|conf|conf-quickstart|quickstart)|publications))/' || {
-      echo "Only docs were updated, stopping build process."
-      exit
-    }
+
 matrix:
   include:
       # strict compilation


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org