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