summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-03 15:13:02 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-03 15:13:02 -0400
commit570327463ca06c23b5b54b9ec93152535836f2c0 (patch)
tree82b9c4fe91ed4eb3d7f0dcc85735f787a6ecc484 /Makefile
parent21a6c84988808bd31867ea8d0d2f7ff73a068cb9 (diff)
downloadchat-570327463ca06c23b5b54b9ec93152535836f2c0.tar.gz
chat-570327463ca06c23b5b54b9ec93152535836f2c0.tar.bz2
chat-570327463ca06c23b5b54b9ec93152535836f2c0.zip
Supressing warning display on Travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ./...