From bed45d9cbdf09745db6f86583faf057034c38223 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:40:58 +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 6479832..c47fed2 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" - "4.0" - "iojs" matrix: From 449db5a342fdeb5eb3602e08010469ad3a2b3fe9 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:43:00 +0530 Subject: [PATCH 2/3] updated with power arch --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c47fed2..91dfd91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ arch: - amd64 - ppc64le node_js: - - "10" - - "12" + - "0.10" + - "0.12" - "4.0" - "iojs" matrix: From 67031d44eaa4570dfe4fbd1ae2b073989dfc129a Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:51:57 +0530 Subject: [PATCH 3/3] updated with power support and dropped node 0.10 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91dfd91..950b83c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ arch: - amd64 - ppc64le node_js: - - "0.10" - - "0.12" - "4.0" - "iojs" matrix: