diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-07 00:00:00 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-07 00:00:00 +0100 |
commit | 555d23c035cf032c5ed89d7d2b0d5b3c478b08c8 (patch) | |
tree | 14957c4d2bc93cce836c8baf1d72b3acc888fbe5 /.appveyor.yml | |
parent | 8198c2b63ce9cca8a754d244ab4b6260135c91b9 (diff) | |
download | ale-555d23c035cf032c5ed89d7d2b0d5b3c478b08c8.zip |
Now remove the version command and the dummy file
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b0b80367..b0d1ac19 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,5 +34,4 @@ install: test_script: - cd C:\projects\ale - - C:\vim\vim\vim80\vim.exe --version - 'C:\vim\vim\vim80\vim.exe -u test\vimrc "+Vader! test/test_path_uri.vader"' |