Initial commit

This commit is contained in:
Junegunn Choi
2014-07-02 01:41:43 +09:00
commit 1bafe3d6d0
4 changed files with 414 additions and 0 deletions

13
.travis.yml Normal file
View 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