From 83769ea35f76f57070241ca4d30f826df31baff4 Mon Sep 17 00:00:00 2001 From: Rajesh kumar Date: Wed, 9 Dec 2020 23:36:16 +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 bae4ff9..c85b8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le sudo: false before_install: - "npm -g install npm"