Skip to content

Commit

Permalink
Fix JDK7 error on Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Jun 27, 2018
1 parent 40e7440 commit 9a4182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jdk:

env:
global:
- JAVA_OPTS="-Dhttps.protocols=SSLv3,TLSv1,TLSv1.1,TLSv1.2"
- JAVA_OPTS="-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"
- GRADLE_OPTS="-Xmx1024m"

script:
Expand Down

0 comments on commit 9a4182c

Please sign in to comment.