vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 60febbb9bb17e9819972072883165b607f238421 parent 0bd53e2f1b1d84397bd39f14e9749a32c753387c Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 19 Nov 2016 08:52:46 +0100 build: install plan9port on Mac OS X builds Might be enough to get the sam based tests to run. Diffstat:
| M | .travis.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -23,6 +23,9 @@ matrix: - os: osx compiler: clang env: TARGET=debug + - os: osx + compiler: clang + env: TARGET=coverage cache: directories: @@ -37,6 +40,9 @@ install: brew install libtermkey && brew install lua && luarocks install lpeg; + if [ "$TARGET" = "coverage" ]; then + brew install plan9port; + fi fi script: