vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4fccf1202c6746c4d5b3b7f5425ac7191e1cbe4e parent d1e915f7c8fcf608668e2b3ed7d621bf3c19206f Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 31 Oct 2015 19:07:58 +0100 travis: try to fix build once more Diffstat:
| M | .travis.yml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -2,6 +2,6 @@ language: c compiler: - gcc env: - - TARGET= - - TARGET=debug -script: make local $TARGET + - CFLAGS= + - CFLAGS="-Wextra -Wno-missing-field-initializers -Wno-unused-parameter" +script: make local