summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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) ./...