[add] some vim version in test

This commit is contained in:
kazukazuinaina 2020-10-04 13:53:23 +09:00
parent 155bce6665
commit ae81628c82

View File

@ -15,6 +15,9 @@ matrix:
- os: linux
env:
- VIM_VERSION=8.2.0000
- os: linux
env:
- VIM_VERSION=8.2.1000
- os: osx
env:
- VIM_VERSION=8.0.0000
@ -24,6 +27,9 @@ matrix:
- os: osx
env:
- VIM_VERSION=8.2.0000
- os: osx
env:
- VIM_VERSION=8.2.1000
before_install:
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true