Files
todo.txt-vim/.gitlab-ci.yml
David Beniamine 8554880297 Fix gitlab ci
2019-01-23 12:07:28 +01:00

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