From 1288db6bdeb0d5f9b24b208603e16871ff59cffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 16 Nov 2016 11:04:17 +0100 Subject: test: remove travis CI integration Instead we will only run the desired tests from .travis.yml. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8eea917..a565655 100644 --- 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 -- cgit v1.2.3