You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2021/11/09 02:17:35 UTC

[calcite-avatica] branch master updated: Disable Travis job that uses Calcite master until [CALCITE-4877] is fixed

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

jhyde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cf769f  Disable Travis job that uses Calcite master until [CALCITE-4877] is fixed
4cf769f is described below

commit 4cf769f8ee32bb3520604e4f3284e6f233f90276
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Mon Nov 8 18:17:20 2021 -0800

    Disable Travis job that uses Calcite master until [CALCITE-4877] is fixed
---
 .travis.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e255628..7d3697b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,14 +58,6 @@ matrix:
       env:
       script:
         - ./gradlew $GRADLE_ARGS build
-    - name: Calcite/master
-      install:
-        - ./gradlew publishToMavenLocal -PskipJavadoc -Pcalcite.avatica.version=1.0.0-dev-master
-        - cd ..
-        - git clone --depth 10000 https://github.com/apache/calcite.git
-        - cd calcite
-      script:
-        - ./gradlew --no-parallel --no-daemon build -Pcalcite.avatica.version=1.0.0-dev-master-SNAPSHOT -PenableMavenLocal
 
 branches:
   only: