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

This reverts commit faa3c3cf5b.

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
1 changed files with 0 additions and 2 deletions

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