diff options
author | w0rp <devw0rp@gmail.com> | 2019-05-16 21:36:05 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-05-16 21:36:05 +0100 |
commit | 8c76b8839213e90971eb9e7c7de5ad950123fc49 (patch) | |
tree | 36728af93be513c5bf18b12a48842ac24961e91f /doc/ale-development.txt | |
parent | 975cc7af8fbabe234a220c84e56b7ff719d8d959 (diff) | |
download | ale-8c76b8839213e90971eb9e7c7de5ad950123fc49.zip |
Update the Dockerfile with newer Vim versions
Diffstat (limited to 'doc/ale-development.txt')
-rw-r--r-- | doc/ale-development.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |