18 lines
307 B
YAML
18 lines
307 B
YAML
test-vim-latest:
|
|
image: thinca/vim:v7.4
|
|
script:
|
|
- cd tests
|
|
- bash runtests.sh
|
|
|
|
test-vim-7.4:
|
|
image: thinca/vim:v7.4
|
|
script:
|
|
- cd tests
|
|
- bash runtests.sh
|
|
|
|
test-neovim:
|
|
image: lambdalisue/neovim-ci
|
|
script:
|
|
- cd tests
|
|
- bash runtests.sh
|