.travis.yml 493 B

12345678910
  1. language: viml
  2. install:
  3. - git clone https://github.com/thinca/vim-themis --branch v1.5 --single-branch --depth 1 /tmp/vim-themis
  4. - git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
  5. - git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
  6. before_script:
  7. - vim --version
  8. script:
  9. - /tmp/vim-themis/bin/themis --reporter spec
  10. - sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -e EVL102.l:_=1 -c func_abort=1 plugin autoload