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:
Jonathan Wei 2018-07-31 12:56:57 -07:00 committed by GitHub
parent 20ae8aa626
commit bb2fd57c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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