From c070ba02097c0f83fd63b86b6c8bfc0695a05340 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:01:08 +0530 Subject: [PATCH 1/3] updated power support --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9631dae..6eb8d62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ sudo: false language: node_js +arch: + - amd64 + - ppc64le node_js: - - "0.10" - - "0.12" + - "10" + - "12" - "iojs-v2.4" before_install: - npm install --global npm From 73a1799e95c5ce6e00326493fcce53ea71cb6464 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:03:55 +0530 Subject: [PATCH 2/3] updated power support and deprecated olderversions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6eb8d62..5fc29f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ arch: node_js: - "10" - "12" - - "iojs-v2.4" + - "iojs" before_install: - npm install --global npm From 57b106c11170c888aa1529131f684df35b3a377e Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:23:50 +0530 Subject: [PATCH 3/3] Update power support and drop node iojs from test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fc29f2..bdcf778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,5 @@ arch: node_js: - "10" - "12" - - "iojs" before_install: - npm install --global npm