.travis.yml 148 B

1234567
  1. language: vim
  2. before_script: |
  3. git clone https://github.com/junegunn/vader.vim.git
  4. script: |
  5. vim -Nu test/vimrc -c 'Vader! test/*' >/dev/null