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