1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-01-18 22:33:21 +01:00

Revert ".travis.yml: Use an LXD container instead of VM"

This reverts commit faa3c3cf5bf96fb6e4c0cb05b6232c3bfde45127.

Build took over six minutes for each Node.js version because NVM
had to build each from source. So yeah, let's go back to amd64 VMs.
This commit is contained in:
Alan Orth 2020-03-30 09:31:34 +03:00
parent faa3c3cf5b
commit a390958117
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,8 +4,6 @@ node_js:
- 12
- 13
script: npm run build
os: linux
arch: arm64
dist: bionic
# vim: ts=2 sw=2 et