mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-19 23:09:35 +08:00
Merge pull request #207 from kazukazuinaina/add_macos_test
[add] macOS test
This commit is contained in:
+20
-6
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user