From c378a0aeb795334168e256d44d5eba3c30224b12 Mon Sep 17 00:00:00 2001 From: srinivas32 <70689972+srinivas32@users.noreply.github.com> Date: Fri, 20 Nov 2020 13:27:49 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41e51214..67d7427a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ # This config is based on lightline.vim - +arch: + - amd64 + - ppc64le language: ruby before_install: - curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim