Supressing warning display on Travis

Этот коммит содержится в:
Christopher Speller
2015-09-03 15:13:02 -04:00
родитель 21a6c84988
Коммит 570327463c

Просмотреть файл

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