From 255ef28b62235aceecdda03a4d0c7c714110334a Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:42:36 +0530 Subject: [PATCH] Adding code to run on Powersystem --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67decb2..24f223e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le sudo: false os: - linux @@ -12,3 +15,10 @@ node_js: - '4' - '0.12' - '0.10' +#Excluding below versions since they are not supported by ppc64le +jobs: + exclude: + - node_js: "0.10" + arch: ppc64le + - node_js: "0.12" + arch: ppc64le