From d148a34988f74540b7cc854c438e052764d1cf1b Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:32:45 +0530 Subject: [PATCH 1/2] test --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b07618..e9508fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ os: - linux - osx language: node_js +arch: + - amd64 + - ppc64le node_js: - node - '7' From 6bad2167be92af77fa52f7a56c835d27802acdc3 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:47:49 +0530 Subject: [PATCH 2/2] test1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9508fa..8d98cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ node_js: - '6' - '5' - '4' - - '0.12' - - '0.10' + - '12' + - '10' matrix: allow_failures: [] fast_finish: true