Unverified Commit 47c039cb authored by Preetha Appan's avatar Preetha Appan
Browse files

Disables verbose mode in travis

parent 6a96b824
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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 \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment