From 091026e7a7b5a8a27c0cf16c76b111fec24f8153 Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Mon, 21 Dec 2020 01:59:32 -0500 Subject: [PATCH] Update .travis.yml Adding power support. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fe9f9a5..af22012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le language: python python: - "3.6"