Added .prepare step to make test

Этот коммит содержится в:
hmhealey
2015-11-27 16:36:57 -05:00
родитель ce259ad7f1
Коммит e5a2467c86

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

@@ -153,7 +153,7 @@ go-test:
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || 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 $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
test: | start-docker go-test test: | start-docker .prepare go-test
travis-init: travis-init:
@echo Setting up enviroment for travis @echo Setting up enviroment for travis