vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit ca2b587c9e3405546780c8dbca00710e0c31974c parent dba55007f74be8eab08037998dcfdb6f6d843637 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 7 Mar 2017 08:04:02 +0100 travis: add TRE regex backend to test matrix of travis-ci linux builds The libtre5 package got approved / white listed for container builds in: travis-ci/apt-package-whitelist#4023 travis-ci/apt-package-whitelist#4024 Diffstat:
| M | .travis.yml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -20,6 +20,9 @@ matrix: - os: linux compiler: gcc env: TARGET= CONFIG=--disable-lua + - os: linux + compiler: gcc + env: TARGET= CONFIG=--disable-tre - os: osx compiler: clang env: TARGET= @@ -38,6 +41,7 @@ addons: packages: - 9base - libacl1-dev + - libtre-dev cache: directories: