From a62fabfd204caeabf434d59aad35a382ed35b334 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 15:47:30 +0300 Subject: [PATCH] .travis.yml: Use Ubuntu 18.04 "Bionic" This mimicks upstream Hugo's configuration. See: https://github.com/gohugoio/hugo/blob/master/.travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58640d25..c045e570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ before_script: script: - hugo sudo: false -dist: xenial +dist: bionic # vim: ts=2 sw=2 et