1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/previm/.travis.yml
2016-02-23 14:35:43 -06:00

12 lines
264 B
YAML

language: generic
before_script:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis
script:
- vim --version
- /tmp/vim-themis/bin/themis test/ -r --reporter dot
notifications:
email: false