Skip to content

Commit

Permalink
Workaround "peer not authenticated" problem on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uwolfer committed Jun 8, 2022
1 parent 63ac0f0 commit 7f068e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dist: trusty
language: java
jdk:
- openjdk11
env:
global:
- JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down

0 comments on commit 7f068e9

Please sign in to comment.