Use vim-testbed to run Vader tests on Travis

This commit is contained in:
Prashanth Chandra
2016-10-11 10:28:25 +08:00
parent d8d08de26c
commit 210d464442
5 changed files with 67 additions and 4 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM tweekmonster/vim-testbed:latest
RUN install_vim -tag v8.0.0000 -build \
-tag v8.0.0027 -build
ENV PACKAGES="\
git \
"
RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
RUN git clone https://github.com/junegunn/vader.vim vader && \
cd vader && git checkout c6243dd81c98350df4dec608fa972df98fa2a3af