vis

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

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

commit d4d472c51e1b51f4afeed664a2b8a4f8b7c57992
parent 7a0a6862f58a9b3b3dfb4a437448285a13bfed2b
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri,  3 Mar 2017 23:01:56 +0100

travis: fix luarocks invocation

It can only install one package at a time.

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

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