1
0

.travis.yml: Remove sudo

Apparently this is deprecated anyways:

    Deprecated: The key sudo has no effect anymore.

See: https://config.travis-ci.com/ref/sudo
This commit is contained in:
Alan Orth 2020-03-29 16:12:32 +03:00
parent a62fabfd20
commit 2e6f59a708
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -11,7 +11,6 @@ before_script:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script: script:
- hugo - hugo
sudo: false
dist: bionic dist: bionic
# vim: ts=2 sw=2 et # vim: ts=2 sw=2 et