1
0

.travis.yml: Use Ubuntu 18.04 "Bionic"

This mimicks upstream Hugo's configuration.

See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
This commit is contained in:
Alan Orth 2020-03-29 15:47:30 +03:00
parent 236eb75c12
commit a62fabfd20
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -12,6 +12,6 @@ before_script:
script:
- hugo
sudo: false
dist: xenial
dist: bionic
# vim: ts=2 sw=2 et