Make tests in travis be verbose

This commit is contained in:
Preetha Appan 2018-02-14 10:42:57 -06:00
parent df6400222b
commit 3a31c19c4a
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 1 additions and 4 deletions

View File

@ -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 \