Update the Dockerfile to test with a newer version of Vimt too
This commit is contained in:
parent
846bfb47b2
commit
0e71e8b465
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM tweekmonster/vim-testbed:latest
|
FROM tweekmonster/vim-testbed:latest
|
||||||
|
|
||||||
RUN install_vim -tag v8.0.0027 -build \
|
RUN install_vim -tag v8.0.0027 -build \
|
||||||
|
-tag v8.1.0204 -build \
|
||||||
-tag neovim:v0.2.0 -build \
|
-tag neovim:v0.2.0 -build \
|
||||||
-tag neovim:v0.3.0 -build
|
-tag neovim:v0.3.0 -build
|
||||||
|
|
||||||
|
|
Reference in a new issue