From 552cf8073dbdab29c34c1a769dc8c517786b497d Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 14 Feb 2018 10:42:57 -0600 Subject: [PATCH] Make tests in travis be verbose --- GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9ac6ba5be..df74d3b9c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,11 +22,8 @@ ifeq (0,$(shell pkg-config --exists lxc; echo $$?)) HAS_LXC="true" endif -ifeq ($(TRAVIS),true) -$(info Running in Travis, verbose mode is disabled) -else VERBOSE="true" -endif + ALL_TARGETS += linux_386 \