This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit 5738d00846356ed1923bf3ab1b90383c38540263 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Sun Nov 10 23:19:55 2019 +0300 Add Travis job with building Calcite master --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 567558b..b95392c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,14 @@ matrix: - install: true script: - ./gradlew $GRADLE_ARGS build + - name: Calcite/master + install: + - ./gradlew publishToMavenLocal -Pcalcite.avatica.version=42.0 + script: + - cd .. + - git clone --depth 100 https://github.com/apache/calcite.git + - cd calcite + - mvn install -Davatica.version=42.0-SNAPSHOT branches: only:
