1
0

.travis.yml: Use Ubuntu 16.04 "xenial"

This commit is contained in:
2019-04-19 11:07:17 +03:00
parent f0d01dd452
commit 2f6a84d5e9

View File

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