mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-18 00:13:42 -05:00
11 lines
184 B
YAML
11 lines
184 B
YAML
language: generic
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis
|
|
|
|
script:
|
|
- vim --version
|
|
- /tmp/themis/bin/themis --reporter spec
|