From 4d59c1a00d25c455442f8944fde4c2015e7c55e0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:16:05 +0300 Subject: [PATCH] .travis.yml: Use Ubuntu 20.04 "Focal" environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0313b3..2376c6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: java jdk: - openjdk8