From 04c310c9a18aa2d1630320a880fa8c8f82333382 Mon Sep 17 00:00:00 2001 From: srinivas32 <70689972+srinivas32@users.noreply.github.com> Date: Fri, 20 Nov 2020 14:02:10 +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 | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85c8e51..77ad15d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,40 @@ matrix: - os: osx env: - VIM_VERSION=8.2.1000 - + # added power support arch ppc64le. + + - os: linux + arch: ppc64le + env: + - VIM_VERSION=8.0.0000 + - os: linux + arch: ppc64le + env: + - VIM_VERSION=8.1.0000 + - os: linux + arh: ppc64le + env: + - VIM_VERSION=8.2.0000 + - os: linux + arch: ppc64le + env: + - VIM_VERSION=8.2.1000 + - os: osx + arch: ppc64le + env: + - VIM_VERSION=8.0.0000 + - os: osx + arch: ppc64le + env: + - VIM_VERSION=8.1.0000 + - os: osx + arch: ppc64le + env: + - VIM_VERSION=8.2.0000 + - os: osx + arch: ppc64le + env: + - VIM_VERSION=8.2.1000 before_install: - curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true - source ~/.vvm/etc/login