From c2e7ffa173d2edf5f0a8219d0f8c9dca4d4903c9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:09:25 +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 063a3edb..ed1e31a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ before_script: - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog script: - hugo -dist: bionic +dist: focal # vim: ts=2 sw=2 et