Skip to content

Commit db75607

Browse files
committed
fix(zprint): wget zprint in travis
1 parent 5b52cff commit db75607

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: generic
22
env:
3+
global:
4+
- ZPRINT_VERSION=0.5.3
35
matrix:
46
# This Maktaba version should match the minimum required in instant/flags.vim.
57
- CI_TARGET=vim MAKTABA_VERSION=1.10.0
@@ -20,6 +22,9 @@ before_script:
2022
- sudo dpkg -i ./vroom_0.12.0-1_all.deb
2123
- git clone -b ${MAKTABA_VERSION} https://github.com/google/vim-maktaba.git ../maktaba/
2224
- git clone https://github.com/google/vim-glaive.git ../glaive/
25+
- wget https://github.com/kkinnear/zprint/releases/download/${ZPRINT_VERSION}/zprintl-${ZPRINT_VERSION}
26+
- sudo mv zprintl-${ZPRINT_VERSION} /usr/local/bin/zprint
27+
- sudo chmod +x /usr/local/bin/zprint
2328
services:
2429
- xvfb
2530
script:

0 commit comments

Comments
 (0)