mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
Test on Travis
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user