From 010722a1509b6febc923319bd9225e20ebf5c60a Mon Sep 17 00:00:00 2001 From: sanjay-cpu Date: Wed, 16 Dec 2020 17:27:50 +0000 Subject: [PATCH] Travis-ci:added support for ppc64le --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f800f9..6cb618f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: c +arch: + - amd64 + - ppc64le compiler: - clang - gcc @@ -16,3 +19,4 @@ branches: only: - master - travis + - ppc64le