From 16f957978281279cc7e3aafdeda4ee99cd3ba1dc Mon Sep 17 00:00:00 2001 From: Manish Kumar <71062874+manish364824@users.noreply.github.com> Date: Fri, 20 Nov 2020 00:46:14 +0530 Subject: [PATCH] Add travis jobs on ppc64le --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 027be59..cfca468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - "lts/*" before_script: