.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:
parent
236eb75c12
commit
a62fabfd20
@ -12,6 +12,6 @@ before_script:
|
||||
script:
|
||||
- hugo
|
||||
sudo: false
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
Loading…
Reference in New Issue
Block a user