From 570327463ca06c23b5b54b9ec93152535836f2c0 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 3 Sep 2015 15:13:02 -0400 Subject: Supressing warning display on Travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8250c07f..305926e5b 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 ./... -- cgit v1.2.3-1-g7c22