From b5dbc11d8a43598c2aa118f110042d489f185ce0 Mon Sep 17 00:00:00 2001 From: Nagesh A T <74532266+nageshlop@users.noreply.github.com> Date: Thu, 10 Dec 2020 12:03:09 +0530 Subject: [PATCH] Update .travis.yml Added support for ppc64le --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67e55b6..cbdced3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: ruby +arch: + - amd64 + - ppc64le before_install: gem install bundler cache: bundler rvm: @@ -10,3 +13,7 @@ rvm: jobs: allow_failures: - rvm: ruby-head +# ppc64le support code + - rvm: ruby-head + arch: ppc64le +