mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-08-16 04:38:05 +08:00
Add simple tests to make sure themes don't contain language errors.
Update readme with travis status.
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
language: vim
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.vvm
|
||||
|
||||
before_install:
|
||||
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true
|
||||
- source ~/.vvm/etc/login
|
||||
- vvm update_itself
|
||||
- vvm use vimorg--v8.1.1280 --install --with-features=huge
|
||||
|
||||
before_script: |
|
||||
git clone https://github.com/junegunn/vader.vim.git
|
||||
git clone https://github.com/vim-airline/vim-airline
|
||||
find $PWD/autoload/airline/themes -name "*.vim" > themes.txt
|
||||
|
||||
script: |
|
||||
vim -Nu <(cat << VIMRC
|
||||
filetype off
|
||||
set rtp+=vader.vim
|
||||
set rtp+=vim-airline
|
||||
set rtp+=.
|
||||
set rtp+=after
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
VIMRC) -c 'Vader! test/*' > /dev/null
|
||||
Reference in New Issue
Block a user