From 112cb8a13302bdbb645b82c21430069d156bf34c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 8 Dec 2020 08:55:27 +0200 Subject: [PATCH] Revert ".travis.yml: Use Ubuntu 20.04 "Focal" environment" This reverts commit 4d59c1a00d25c455442f8944fde4c2015e7c55e0. Something's wrong with Java 8 in Travis's Ubuntu Focal environment: Expected feature release number in range of 9 to 16, but got: 8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2376c6e..e0313b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: focal +dist: bionic language: java jdk: - openjdk8