From c8b102238ab24d165e860f6c7da6ec39e27da339 Mon Sep 17 00:00:00 2001 From: sanjay-cpu Date: Wed, 21 Oct 2020 14:11:08 +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 838d0bf..5b485d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ compiler: - gcc - clang +arch: + - amd64 + - ppc64le + before_script: - | git clone --depth=50 --branch=master https://github.com/icecc/icecream.git icecream