From 066d7aa5e0065794124c36e47dad3f139d609098 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:40:58 +0530 Subject: [PATCH 1/2] Adding code to run on Powersystem --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b07618..c5f16db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le sudo: false os: - linux @@ -14,3 +17,10 @@ node_js: matrix: allow_failures: [] fast_finish: true +#Excluding below versions since they are not supported by ppc64le +jobs: + exclude: + - node_js: "0.10" + arch: ppc64le + - node_js: "0.12" + arch: ppc64le From ca39f945524e5a937433c83e35ff2c069dc7862b Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:13:27 +0530 Subject: [PATCH 2/2] Adding code to run on Powersystem --- .travis.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5f16db..dc6d0f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,15 +12,8 @@ node_js: - '6' - '5' - '4' - - '0.12' - - '0.10' + matrix: allow_failures: [] fast_finish: true -#Excluding below versions since they are not supported by ppc64le -jobs: - exclude: - - node_js: "0.10" - arch: ppc64le - - node_js: "0.12" - arch: ppc64le +