Repository: calcite-avatica Updated Branches: refs/heads/master 9362ee578 -> af4cf8a17
[CALCITE-2568] Ensure that IBM JDK TLS cipher list matches Oracle/OpenJDK for Travis CI Close apache/calcite-avatica#68 Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/af4cf8a1 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/af4cf8a1 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/af4cf8a1 Branch: refs/heads/master Commit: af4cf8a17dd71dbb51106c28d4f47f72cbbb13e9 Parents: 9362ee5 Author: Kevin Risden <[email protected]> Authored: Mon Sep 17 13:37:43 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Mon Sep 17 13:48:14 2018 -0400 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/af4cf8a1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0a6343c..786953f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,9 @@ install: - $DOCKERRUN $IMAGE mvn -V install -DskipTests -Dmaven.javadoc.skip=true -Djavax.net.ssl.trustStorePassword=changeit script: # Print surefire output to the console instead of files + # Ensure that IBM JDK and Jetty work together - -Dcom.ibm.jsse2.overrideDefaultTLS=true - unset _JAVA_OPTIONS - - $DOCKERRUN $IMAGE mvn -Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit verify javadoc:javadoc javadoc:test-javadoc + - $DOCKERRUN $IMAGE mvn -Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit -Dcom.ibm.jsse2.overrideDefaultTLS=true verify javadoc:javadoc javadoc:test-javadoc git: depth: 10000 sudo: required
