Skip to content

Commit 5828301

Browse files
authored
Merge pull request #767 from tsuyoshicho/update/themis-20210209
ci: themis.vim update to v1.5.5
2 parents 621cda4 + efc919f commit 5828301

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- 'git -c advice.detachedHead=false clone https://github.com/Shougo/vimproc.vim --quiet --branch ver.9.2 --single-branch --depth 1 %TEMP%\vimproc'
2121
- 'appveyor DownloadFile https://github.com/Shougo/vimproc.vim/releases/download/ver.9.2/vimproc_win64.dll -FileName %TEMP%\vimproc\lib\vimproc_win64.dll'
2222

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'
2424
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32'
2525
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64'
2626
build: off

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: generic
2-
dist: xenial
2+
dist: bionic
33
git:
44
depth: 10
55

@@ -53,7 +53,7 @@ install:
5353
- pip3 install --user covimerage
5454

5555
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
5757
- git clone --depth 1 https://github.com/Shougo/vimproc.vim /tmp/vimproc
5858
- (cd /tmp/vimproc && make)
5959

0 commit comments

Comments
 (0)