vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit b8c8fe09d50bb1ec47f83500474cbe60dcd49197 parent 229f688cff5eff3a43e9297ef16ffd756e436a93 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 3 Mar 2017 11:36:20 +0100 travis: try to run busted based test on macOS Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -50,7 +50,7 @@ install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install libtermkey lua tre plan9port && - luarocks install lpeg; + luarocks install lpeg busted; fi script: