From fc7e9072d7b2ef3fd3adbc3c907778a55b327474 Mon Sep 17 00:00:00 2001 From: Rajesh kumar Date: Thu, 10 Dec 2020 18:45:18 +0530 Subject: [PATCH] Add architecture ppc64le to travis build Add architecture ppc64le to travis build --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 066263b..fb5736d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - "node" - "lts/*"