mirror of
https://github.com/apache/druid.git
synced 2025-03-08 10:30:38 +00:00
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.
This commit is contained in:
parent
20ae8aa626
commit
bb2fd57c0b
10
.travis.yml
10
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user