From cdfc64898d572f1a5d5788f7127e27f6f1dfd3e6 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Wed, 2 Dec 2020 00:25:58 +0530 Subject: [PATCH] Add `ppc64le` to Travis CI (#25) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31fc93a..230f934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: node_js - +arch: + - amd64 + - ppc64le notifications: email: on_success: never