mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
Disables verbose mode in travis
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user