.travis.yml: Use Ubuntu 20.04 "Focal" environment

This commit is contained in:
Alan Orth 2020-10-29 00:12:57 +03:00
parent ab444c93b5
commit 5fe17ee120
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ node_js:
- 13
- 14
script: npm run build
dist: bionic
dist: focal
# vim: ts=2 sw=2 et