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 ./...