Make tests in travis be verbose
This commit is contained in:
parent
df6400222b
commit
3a31c19c4a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue