From fe71b2e73ad4d29d325b0d127d96c086cd6d9481 Mon Sep 17 00:00:00 2001 From: Debabrata Deka <60925700+ddeka2910@users.noreply.github.com> Date: Mon, 23 Nov 2020 19:10:25 +0530 Subject: [PATCH] Add architecture ppc64le to travis build --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4d4953..517f82d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +os: linux +arch: + - amd64 + - ppc64le language: c compiler: @@ -13,4 +17,4 @@ script: - make all - make testapps - \ No newline at end of file +