1
0

.travis.yml: Try to run in an LXD container

According to the build environment documentation we need to specify
an OS of Linux in order to get a container instead of a VM. This
should be faster in theory...

See: https://docs.travis-ci.com/user/reference/overview/
This commit is contained in:
Alan Orth 2020-03-29 16:31:22 +03:00
parent 2e6f59a708
commit 6df4c04813
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -11,6 +11,8 @@ before_script:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- hugo
os: linux
arch: amd64
dist: bionic
# vim: ts=2 sw=2 et