travis: force tls 1.2
The openjdk 11 version travis uses does not correctly handle tls 1.3 session resumption
This commit is contained in:
@@ -4,6 +4,9 @@ dist: xenial
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk8
|
- openjdk8
|
||||||
- openjdk11
|
- openjdk11
|
||||||
|
|||||||
Reference in New Issue
Block a user