summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a82f145d453f9689ef310d63693c44f57bba42ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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