From 35c0af59d48fd8a6f641548771ff471453aa1d9b Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Tue, 22 Dec 2020 18:44:49 +0530 Subject: [PATCH] updated power support --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 240e20e..d7e4b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - 'stable' - - '0.12' - - '0.10' + - '12' + - '10' after_script: - 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'