From 8e6609d177287249d308c2e359509c6f84bef7ba Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 25 Jun 2015 15:33:39 -0400 Subject: updating build --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index c1103f1ea..b3ad75450 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,15 @@ all: travis travis: @echo building for travis + + @cd web/react/ && npm install + @go build $(GOFLAGS) ./... + @mkdir -p logs + + @go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1 + build: @go build $(GOFLAGS) ./... -- cgit v1.2.3-1-g7c22