From 72a89c57c7c4da4552150467967b091da9f41f7f Mon Sep 17 00:00:00 2001 From: kishor kunal raj Date: Thu, 17 Dec 2020 11:15:58 +0000 Subject: [PATCH] Adding ppc64le architecture support on travis-ci --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 872539f..3bcd52c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,6 @@ node_js: - "7.10" - "6.10" - "6.3" +arch: + - amd64 + - ppc64le