From 438231cc559d1669a9d8d730a5677b558b83a7e6 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Sat, 6 Jun 2020 20:48:12 -0700 Subject: [PATCH] Builds with older OpenJDK to workaround Coveralls upload bug with TLS1.3 See https://github.com/kt3k/coveralls-gradle-plugin/issues/85 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 265e6f55f..04635f46d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: android -dist: trusty +jdk: openjdk10 +dist: xenial android: components: - extra-google-m2repository