1
0

.travis.yml: Explicitly disable sudo

It's the default in repositories enabled after 2015, but it doesn't
hurt to be explicit.

See: https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/
This commit is contained in:
Alan Orth 2017-03-29 12:19:55 +03:00
parent e819af2a96
commit 1c88dbefe6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,6 +4,7 @@ go:
install: go get -v github.com/spf13/hugo
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script: hugo
sudo: false
dist: trusty
# vim: ts=2 sw=2 et