From 71e2b7099228b1aac8c6194b7fc7c7f28d1f7818 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Tue, 22 Dec 2020 10:41:04 +0530 Subject: [PATCH] updated power arch with updated nodejs --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a83e22..efab1de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - - "0.11" - - "0.10" - - "0.8" + - "12" + - "11" + - "10"