You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
468 B
18 lines
468 B
language: viml
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
install:
|
|
- export VIM_VERSION=master
|
|
- bash test/install-vim.sh
|
|
- export PATH=$HOME/vim/bin:$PATH
|
|
|
|
before_script:
|
|
- git clone --depth 1 --branch v1.5.4 --single-branch https://github.com/thinca/vim-themis /tmp/vim-themis
|
|
|
|
script:
|
|
- pip install --user --upgrade vim-vint pathlib enum34 typing
|
|
- python --version
|
|
- vim --version
|
|
- vint autoload
|
|
- /tmp/vim-themis/bin/themis --reporter dot
|
|
|