From 570327463ca06c23b5b54b9ec93152535836f2c0 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 3 Sep 2015 15:13:02 -0400 Subject: [PATCH] Supressing warning display on Travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8250c07f6..305926e5bc 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ travis: @cd web/react/ && npm install @echo Checking for style guide compliance - cd web/react && $(ESLINT) components/* dispatcher/* pages/* stores/* utils/* + cd web/react && $(ESLINT) --quiet components/* dispatcher/* pages/* stores/* utils/* @$(GO) build $(GOFLAGS) ./... @$(GO) install $(GOFLAGS) -a ./...