From e5a2467c860fc8a40108edb968e82253abcb4ea1 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 27 Nov 2015 16:36:57 -0500 Subject: Added .prepare step to make test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 87219e68c..06f14c31d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ dist: | build-server build-client go-test package mv ./model/version.go.bak ./model/version.go dist-local: | start-docker dist - + dist-travis: | travis-init build-container start-docker: @@ -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 ./web || exit 1 -test: | start-docker go-test +test: | start-docker .prepare go-test travis-init: @echo Setting up enviroment for travis -- cgit v1.2.3-1-g7c22