vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 602be7eba6ce2c807add13ef8db257950c3bae4a parent c05909b187fbb37f5a163c72ec61c4ff545f8049 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 15 Mar 2017 09:03:59 +0100 travis: add non-curses builds to test matrix This ensures that the configuration at least compiles. Diffstat:
| M | .travis.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -19,6 +19,9 @@ matrix: env: TARGET=clean - os: linux compiler: gcc + env: TARGET= CONFIG=--disable-curses + - os: linux + compiler: gcc env: TARGET= CONFIG=--disable-lua - os: linux compiler: gcc @@ -31,6 +34,9 @@ matrix: env: TARGET=debug - os: osx compiler: clang + env: TARGET= CONFIG=--disable-curses + - os: osx + compiler: clang env: TARGET= CONFIG=--disable-lua - os: osx compiler: clang