From e3619e1fccdd77dce1695c521c34f77d0f8d2865 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Wed, 2 Dec 2020 15:29:30 +0530 Subject: [PATCH 1/2] test --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3cb9266..73f87f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ node_js: - "8" - "7" - "6" - - "5" - - "4" - - "4.0.0" # minimal supported version before_install: - npm config set strict-ssl false - npm config set registry="http://registry.npmjs.org/" From 4d2ad4912c4a46cfea9d29d57cb55f9e10addf2f Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Wed, 2 Dec 2020 15:32:16 +0530 Subject: [PATCH 2/2] test --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 73f87f8..762f938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le cache: yarn node_js: - "node"