TASK: Add ci dependency to build neovim module

This commit is contained in:
Daniel Siepmann 2017-05-19 15:43:40 +02:00
parent d37ee394cb
commit 8291de0995
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -8,6 +8,7 @@ lint:coding-guideline:
test:
image: python:3-alpine
before_script:
- apk add --no-cache gcc
- pip install neovim
- cd rplugin
script: