From 81016f00119f11f648ed5eb6d2ff9656b5ed4451 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Tue, 22 Dec 2020 12:46:08 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4dddba1..d0b1296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ dist: xenial +arch: + - amd64 + - ppc64le cache: pip language: python