From a390958117733eeb6f2b8bd53014f8c1c895be38 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Mar 2020 09:31:34 +0300 Subject: [PATCH] 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. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 089427d..a875b65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ node_js: - 12 - 13 script: npm run build -os: linux -arch: arm64 dist: bionic # vim: ts=2 sw=2 et