aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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