vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit d8f5e22657af8c16539d2be42cf4af3e7cb12c33
parent aef77044b70458051f83c5b14c239f0d79bee16a
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 16 Nov 2016 11:04:17 +0100

test: remove travis CI integration

Instead we will only run the desired tests from .travis.yml.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,9 +1,9 @@ test: @$(MAKE) -C core @$(MAKE) -C lua - @if [ -z "$$CI" -o "$$TRAVIS_OS_NAME" = "linux" ]; then $(MAKE) -C vis; else echo "Skipping vis tests"; fi + @$(MAKE) -C vis @$(MAKE) -C sam - @if [ -z "$$CI" ]; then $(MAKE) -C vim; else echo "Skipping vim tests"; fi + @$(MAKE) -C vim clean: @$(MAKE) -C core clean