Merge branch 'master' of github.com:hashicorp/nomad
This commit is contained in:
commit
2291489cbf
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue