summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-16 21:36:05 +0100
committerw0rp <devw0rp@gmail.com>2019-05-16 21:36:05 +0100
commit8c76b8839213e90971eb9e7c7de5ad950123fc49 (patch)
tree36728af93be513c5bf18b12a48842ac24961e91f
parent975cc7af8fbabe234a220c84e56b7ff719d8d959 (diff)
downloadale-8c76b8839213e90971eb9e7c7de5ad950123fc49.zip
Update the Dockerfile with newer Vim versions
-rw-r--r--Dockerfile2
-rw-r--r--doc/ale-development.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 58ab0771..a21299e6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM tweekmonster/vim-testbed:latest
RUN install_vim -tag v8.0.0027 -build \
-tag v8.1.0519 -build \
-tag neovim:v0.2.0 -build \
- -tag neovim:v0.3.0 -build
+ -tag neovim:v0.3.5 -build
ENV PACKAGES="\
bash \
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index 9c9f0394..ccb41d63 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -151,9 +151,9 @@ ALE is tested with a suite of tests executed in Travis CI and AppVeyor. ALE
runs tests with the following versions of Vim in the following environments.
1. Vim 8.0.0027 on Linux via Travis CI.
-2. Vim 8.1.0204 on Linux via Travis CI.
+2. Vim 8.1.0519 on Linux via Travis CI.
3. NeoVim 0.2.0 on Linux via Travis CI.
-4. NeoVim 0.3.0 on Linux via Travis CI.
+4. NeoVim 0.3.5 on Linux via Travis CI.
5. Vim 8 (stable builds) on Windows via AppVeyor.
If you are developing ALE code on Linux, Mac OSX, or BSD, you can run ALEs