From 117746c96bd1128ebed62c557e9ded49b548d438 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 16:38:41 +0300 Subject: [PATCH] .travis.yml: Don't build in a container I didn't realize these LXD containers are not available on AMD64. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be8c54f0..bffe5a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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