From c93ac932748561cf38bd7c44f2deb7d36eb570c7 Mon Sep 17 00:00:00 2001 From: Marvin Gaube Date: Sat, 13 Jul 2019 20:49:51 +0200 Subject: [PATCH] Travis: Build x64 only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a99c27..e89f24d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - npm run test after_success: - - pkg package.json --targets node12-win-x64,node12-win-x86,node12-linux-x64,node12-macos-x64 --out-path executable + - pkg package.json --targets node12-win-x64,node12-linux-x64,node12-macos-x64 --out-path executable - pkg package.json --targets node12-linux-armv7 --no-bytecode --out-path executable deploy: