From 6df4c048133929dcf94c931fe050f901477383a6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 16:31:22 +0300 Subject: [PATCH] .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/ --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bffe5a58..be8c54f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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