From 703d9d1597daa2cdee487dbd361f5a35352e7a0f Mon Sep 17 00:00:00 2001 From: srinivas32 <70689972+srinivas32@users.noreply.github.com> Date: Wed, 25 Nov 2020 23:09:51 +0530 Subject: [PATCH] added power support arch ppc64le on yml file. Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a92f89b..08c7f8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le language: cpp compiler: - gcc