1
0
Fork 0

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

This commit is contained in:
Alan Orth 2020-10-29 00:09:25 +03:00
parent b6d4d331a9
commit c2e7ffa173
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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