@@ -20,16 +20,16 @@ matrix:
20
20
env : VIM_TYPE=neovim VIM_VERSION=nightly
21
21
include :
22
22
- os : osx
23
- env : VIM_TYPE=neovim VIM_VERSION=0.3.1
23
+ env : VIM_TYPE=neovim VIM_VERSION=0.4.3
24
24
- os : osx
25
25
env : VIM_TYPE=vim VIM_VERSION=default
26
26
- os : linux
27
27
dist : trusty
28
28
python : " 3.6"
29
- env : VIM_TYPE=neovim VIM_VERSION=0.3.1
29
+ env : VIM_TYPE=neovim VIM_VERSION=0.4.3
30
30
- os : windows
31
31
language : shell
32
- env : VIM_TYPE=neovim VIM_VERSION=0.3.1
32
+ env : VIM_TYPE=neovim VIM_VERSION=0.4.3
33
33
- os : windows
34
34
language : shell
35
35
env : VIM_TYPE=vim VIM_VERSION=default
@@ -69,7 +69,7 @@ before_install:
69
69
powershell -Command "Set-ExecutionPolicy RemoteSigned -scope CurrentUser";
70
70
powershell -Command "iex (new-object net.webclient).downloadstring('https://get.scoop.sh')";
71
71
export PATH="$HOME/scoop/shims:$PATH;";
72
- export PATH="$APPDATA/Python/Python37 /Scripts:$PATH;";
72
+ export PATH="$APPDATA/Python/Python38 /Scripts:$PATH;";
73
73
powershell -Command "scoop install python";
74
74
python3 -m pip install --user vim-vint typing;
75
75
if [[ "$VIM_TYPE" == "neovim" ]]; then
@@ -79,13 +79,14 @@ before_install:
79
79
unzip "$DOWNLOADS_DIR/neovim-win64.zip" -d "$DOWNLOADS_DIR";
80
80
export PATH="$DOWNLOADS_DIR/Neovim/bin:$PATH";
81
81
fi;
82
- fi
82
+ fi;
83
83
- git clone --depth 1 --branch v1.5.4 --single-branch https://github.com/thinca/vim-themis /tmp/vim-themis
84
84
- export PATH="/tmp/vim-themis/bin:$PATH";
85
85
- if [[ "$VIM_TYPE" == "neovim" ]]; then export THEMIS_VIM=nvim; fi;
86
86
87
87
before_script :
88
88
- uname -a
89
+ - export
89
90
- which -a python
90
91
91
92
script :
0 commit comments