From 522cb3e2a8988202e1326f229a0cc9f9a5012bac Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:46:47 +0530 Subject: [PATCH] test --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3104dbd3..8303262f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: node_js - +arch: + - amd64 + - ppc64le sudo: false - node_js: - "14" - "13" - "12" - "11" - "10" - - "8" script: - npm test