mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-19 00:53:40 -05:00
Initial commit
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: vim
|
||||
|
||||
before_script: |
|
||||
git clone https://github.com/junegunn/vader.vim.git
|
||||
git clone https://github.com/junegunn/seoul256.vim.git
|
||||
|
||||
script: |
|
||||
vim -Nu <(cat << VIMRC
|
||||
set rtp+=vader.vim
|
||||
set rtp+=seoul256.vim
|
||||
set rtp+=.
|
||||
VIMRC) -c 'silent Vader! test/*' > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user