summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-27 19:39:16 +0100
committerw0rp <devw0rp@gmail.com>2020-08-27 19:39:16 +0100
commit6074720dc20cae1031ae5ba84511398be81c5854 (patch)
treecbb951a2e4d1899fe69a646568fdcaf249f48f4b /.appveyor.yml
parentaf177d7825a3e78cc2022710d61eff8a685832ec (diff)
downloadale-6074720dc20cae1031ae5ba84511398be81c5854.zip
Mention --fast, and document running Windows tests locally
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index aca83191..e6f2a1ee 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -19,6 +19,9 @@ init:
# Stop git from changing newlines
- git config --global core.autocrlf input
+# NOTE: If you change the Vim or Vader versions here, please also update the
+# instructions for running tests on Windows in ale-development.txt
+
install:
# Download and unpack Vim
- ps: >-