mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-03-03 06:09:30 +08:00
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.
This commit is contained in:
parent
cd6f16978d
commit
04c310c9a1
35
.travis.yml
35
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user