Repository: calcite-avatica
Updated Branches:
  refs/heads/master 2d0450f8b -> fc83fe04f


[CALCITE-2385] Use -DskipDockerCheck when running tests on travis


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/fc83fe04
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/fc83fe04
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/fc83fe04

Branch: refs/heads/master
Commit: fc83fe04febcd8089ba37ea15d1ae805c7db8391
Parents: 2d0450f
Author: Francis Chuang <[email protected]>
Authored: Mon Nov 19 08:53:39 2018 +1100
Committer: Francis Chuang <[email protected]>
Committed: Mon Nov 19 08:53:39 2018 +1100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fc83fe04/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 053ef99..b252f2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ before_install:
   - docker pull $IMAGE
 install:
   # Print the Maven version, skip tests and javadoc
-  - $DOCKERRUN $IMAGE mvn -V install -DskipTests -Dmaven.javadoc.skip=true 
-Djavax.net.ssl.trustStorePassword=changeit
+  - $DOCKERRUN $IMAGE mvn -V install -DskipTests -Dmaven.javadoc.skip=true 
-Djavax.net.ssl.trustStorePassword=changeit -DskipDockerCheck
 script:
   # Print surefire output to the console instead of files
   # Ensure that IBM JDK and Jetty work together - 
-Dcom.ibm.jsse2.overrideDefaultTLS=true

Reply via email to