File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install:
20
20
- ' git -c advice.detachedHead=false clone https://github.com/Shougo/vimproc.vim --quiet --branch ver.9.2 --single-branch --depth 1 %TEMP%\vimproc'
21
21
- ' appveyor DownloadFile https://github.com/Shougo/vimproc.vim/releases/download/ver.9.2/vimproc_win64.dll -FileName %TEMP%\vimproc\lib\vimproc_win64.dll'
22
22
23
- - ' git -c advice.detachedHead=false clone https://github.com/thinca/vim-themis --quiet --branch v1.5.4 --single-branch --depth 1 %TEMP%\vim-themis'
23
+ - ' git -c advice.detachedHead=false clone https://github.com/thinca/vim-themis --quiet --branch v1.5.5 --single-branch --depth 1 %TEMP%\vim-themis'
24
24
- ' reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32'
25
25
- ' reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64'
26
26
build : off
Original file line number Diff line number Diff line change 1
1
language : generic
2
- dist : xenial
2
+ dist : bionic
3
3
git :
4
4
depth : 10
5
5
@@ -53,7 +53,7 @@ install:
53
53
- pip3 install --user covimerage
54
54
55
55
before_script :
56
- - git clone --depth 1 --branch v1.5.4 --single-branch https://github.com/thinca/vim-themis /tmp/vim-themis
56
+ - git clone --depth 1 --branch v1.5.5 --single-branch https://github.com/thinca/vim-themis /tmp/vim-themis
57
57
- git clone --depth 1 https://github.com/Shougo/vimproc.vim /tmp/vimproc
58
58
- (cd /tmp/vimproc && make)
59
59
You can’t perform that action at this time.
0 commit comments