From ef31fc7aa726dfa743427cbb8ebd51eae910993e Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:38:45 +0530 Subject: [PATCH 1/2] test --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd9a504..9350228 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ sudo: false os: linux language: node_js +arch: + - amd64 + - ppc64le node_js: - - "0.10" - - "0.11" - - "0.12" + - "10" + - "11" + - "12" - "iojs" - "4" - "5" From d79b378191e31068120865a3ab0f8ac477813c2c Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:42:03 +0530 Subject: [PATCH 2/2] test2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9350228..6be0879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "12" - "iojs" - "4" - - "5" + - "14" env: matrix: - TEST_SUITE=unit