From 5fe17ee12050e860d4e282c841a9a0e967b3c04e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:12:57 +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 57fef50..105ebc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ node_js: - 13 - 14 script: npm run build -dist: bionic +dist: focal # vim: ts=2 sw=2 et