.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:
parent
a62fabfd20
commit
2e6f59a708
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user