vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 6dff861cc1d5f3b06d0bb3b1025367b7915f2c6e parent 5bbf745e278398ff9d9dde9b4e4e00bd69f328e9 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 3 Jul 2019 13:53:39 +0200 build: skip sam related tests on macOS travis infrastructure Apparently plan9port is no longer included in homebrew: https://github.com/Homebrew/homebrew-core/pull/38394 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 luarocks tre plan9port && + brew install libtermkey lua luarocks tre && luarocks install lpeg && luarocks install busted; fi