1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

.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

View File

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