vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 9f7bc80bf1d723ab37a285317791c0ee5b10f453
parent ca7f3f2823178bb414a6eb1855052d51daefdfb8
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue,  6 Oct 2015 09:48:49 +0200

travis: install libtermkey dependency

Diffstat:
M.travis.yml | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -4,4 +4,8 @@ compiler: env: - DEBUG= - DEBUG=debug -script: make $DEBUG +install: + - export LIBTERMKEY=libtermkey-0.17 && \ + curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - && \ + make -C $LIBTERMKEY && make -C $LIBTERMKEY PREFIX=$(pwd)/build install +script: CFLAGS=-I./build/include LDFLAGS=-L./build/lib make $DEBUG