From b33ca025c18808f5be6ab91d5e42ddbb78092bad Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Wed, 2 Dec 2020 15:34:21 +0530 Subject: [PATCH] test --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 852250e..aaf7e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ os: - linux - osx language: node_js +arch: + - amd64 + - ppc64le node_js: - node - iojs @@ -12,9 +15,9 @@ node_js: - '6' - '5' - '4' - - '0.12' - - '0.10' + - '12' + - '10' matrix: allow_failures: - - node_js: '0.8' + - node_js: '8' fast_finish: true