Merge branch 'master' of github.com:hashicorp/nomad

This commit is contained in:
Alex Dadgar 2018-02-20 16:39:09 -08:00
commit 2291489cbf

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 \