mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-08 21:46:01 +02:00
.travis.yml: Use an LXD container instead of VM
We need to specify OS and Arch in order to use an LXD container in- stead of a VM. This should theoretically be much faster according to the Travis docs. Here we are building on arm64 because there is no amd64 container support right now, but it shouldn't matter beca- use we are only doing npm build. See: https://docs.travis-ci.com/user/reference/overview/
This commit is contained in:
@ -4,6 +4,8 @@ node_js:
|
||||
- 12
|
||||
- 13
|
||||
script: npm run build
|
||||
os: linux
|
||||
arch: arm64
|
||||
dist: bionic
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
Reference in New Issue
Block a user