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
91a8ada0f9
commit
c378a0aeb7
|
@ -1,5 +1,7 @@
|
|||
# This config is based on lightline.vim <https://github.com/itchyny/lightline.vim/blob/master/.travis.yml>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue