mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-18 08:23:41 -05:00
14 lines
357 B
YAML
14 lines
357 B
YAML
language: generic
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- git clone --depth=1 https://github.com/vim/vim /tmp/vim
|
|
- (cd /tmp/vim && ./configure --prefix=$HOME/vim && make && make install)
|
|
- git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis
|
|
- export PATH=$HOME/vim/bin/:$PATH
|
|
|
|
script:
|
|
- vim --version
|
|
- /tmp/themis/bin/themis --reporter spec
|