From bd689a9b1e47c62cb1ef6e2c32245daaae36c0e7 Mon Sep 17 00:00:00 2001 From: dineshks1 Date: Fri, 23 Oct 2020 12:19:43 +0000 Subject: [PATCH] Adds travis jobs on ppc64le --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ebc1ac..1ef96b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ +arch: + - amd64 + - ppc64le language: node_js node_js: - "node" addons: sauce_connect: true hosts: - - airtap.local \ No newline at end of file + - airtap.local