Merge pull request #207 from kazukazuinaina/add_macos_test

[add] macOS test
This commit is contained in:
Christian Brabandt 2020-01-30 13:09:21 +01:00 committed by GitHub
commit 9d6b2fdf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 6 deletions

View File

@ -3,12 +3,26 @@ language: vim
cache:
directories:
- $HOME/.vvm
env:
- VIM_VERSION=8.2.0000
- VIM_VERSION=8.1.1280
- VIM_VERSION=8.1.0000
- VIM_VERSION=8.0.0000
matrix:
include:
- os: linux
env:
- VIM_VERSION=8.0.0000
- os: linux
env:
- VIM_VERSION=8.1.0000
- os: linux
env:
- VIM_VERSION=8.2.0000
- os: osx
env:
- VIM_VERSION=8.0.0000
- os: osx
env:
- VIM_VERSION=8.1.0000
- os: osx
env:
- VIM_VERSION=8.2.0000
before_install:
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true