We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b52cff commit db75607Copy full SHA for db75607
.travis.yml
@@ -1,5 +1,7 @@
1
language: generic
2
env:
3
+ global:
4
+ - ZPRINT_VERSION=0.5.3
5
matrix:
6
# This Maktaba version should match the minimum required in instant/flags.vim.
7
- CI_TARGET=vim MAKTABA_VERSION=1.10.0
@@ -20,6 +22,9 @@ before_script:
20
22
- sudo dpkg -i ./vroom_0.12.0-1_all.deb
21
23
- git clone -b ${MAKTABA_VERSION} https://github.com/google/vim-maktaba.git ../maktaba/
24
- 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
28
services:
29
- xvfb
30
script:
0 commit comments