Merge pull request #153 from goltermann/travis-fail

Edit Makefile to actually return failure code on test failures.
pull/155/head
vaikas-google 9 years ago
commit 4ea5526e3a

@ -18,7 +18,7 @@ clean:
go clean -v $(GO_DEPS) go clean -v $(GO_DEPS)
test: build test: build
-go test -v $(GO_DEPS) go test -v $(GO_DEPS)
push: container push: container

Loading…
Cancel
Save