mirror of
https://github.com/amix/vimrc
synced 2025-07-13 06:35:01 +08:00
add Previm and window management
This commit is contained in:
11
sources_non_forked/previm/.travis.yml
Normal file
11
sources_non_forked/previm/.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user