From a312eb2c7846b28586b5a55a853a72a48ad70772 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:50:21 +0530 Subject: [PATCH 1/2] test --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a12e3f0..5d90686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - "0.8" - - "0.10" \ No newline at end of file + - "0.10" From 4ad8704332d738dc464e90083072a0a5313e51f8 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:52:10 +0530 Subject: [PATCH 2/2] test --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d90686..7089709 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ arch: - amd64 - ppc64le node_js: - - "0.8" - - "0.10" + - '12' + - '10' + - '8'