Disables verbose mode in travis

This commit is contained in:
Preetha Appan
2018-02-20 18:38:18 -06:00
parent 6a96b824f3
commit 47c039cbbe

View File

@@ -22,8 +22,11 @@ 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 \