1
0

.travis.yml: Don't build in a container

I didn't realize these LXD containers are not available on AMD64.
This commit is contained in:
Alan Orth 2020-03-29 16:38:41 +03:00
parent 6df4c04813
commit 117746c96b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -11,8 +11,6 @@ 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