Этот коммит содержится в:
=Corey Hulen
2015-07-05 08:28:22 -08:00
родитель ba1feac08c
Коммит df97f25c25

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

@@ -19,6 +19,9 @@ all: travis
travis:
@echo building for travis
rm -Rf $(DIST_ROOT)
@go clean $(GOFLAGS) -i ./...
@cd web/react/ && npm install
@@ -28,6 +31,9 @@ travis:
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=180s ./api || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./store || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
build:
@go build $(GOFLAGS) ./...