vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 51bdb4a820ea8dd18044ca4816fb87cefab1728d parent afa1dc937ec81ff7c46af9c53e6f715d757fb145 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 27 Dec 2016 23:19:22 +0100 travis: install 9base This should enable sam related tests for Linux builds. Diffstat:
| M | .travis.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -27,6 +27,11 @@ matrix: compiler: clang env: TARGET=coverage +addons: + apt: + packages: + - 9base + cache: directories: - $HOME/.cache/vis