vis

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

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

commit aa26e59b167a9314d387b27cb73565495c3c915b
parent f9e9b46a8123c83448c372130a1bd897d8a52d80
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat,  9 Feb 2019 11:14:41 +0100

build: try to fix travis macOS build

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -59,7 +59,7 @@ before_install: install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && - brew install libtermkey lua tre plan9port && + brew install libtermkey lua luarocks tre plan9port && luarocks install lpeg && luarocks install busted; fi