From 16505ffe94ef09102e2bd1ecdca72541c2d85ae6 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 25 Jun 2015 12:21:47 -0400 Subject: updating make --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc6cc3dc7..c1103f1ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all test clean build install run stop cover dist dist-battlehouse cleandb +.PHONY: all test clean build install run stop cover dist cleandb travis GOPATH ?= $(GOPATH:) GOFLAGS ?= $(GOFLAGS:) @@ -15,7 +15,11 @@ DIST_RESULTS=$(DIST_ROOT)/results BENCH=. TESTS=. -all: build +all: travis + +travis: + @echo building for travis + @go build $(GOFLAGS) ./... build: @go build $(GOFLAGS) ./... -- cgit v1.2.3-1-g7c22