Skip to content

Commit

Permalink
added .drone.yaml
Browse files Browse the repository at this point in the history
added test target to Makefile
updated glide.yaml
  • Loading branch information
Max Wilhelm committed Sep 5, 2016
1 parent 04b547e commit 86be944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ all: install
build: install_deps
GOPATH=$(GOPATH) $(GO) build

test: install_deps
GOPATH=$(GOPATH) $(GO) test -cover $(PACKAGES)
GOPATH=$(GOPATH) $(GO) vet $(PACKAGES)

fmt:
GOPATH=$(GOPATH) find . -name "*.go" | xargs gofmt -w

Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: github.com/wywygmbh/sentinel-zeroconf
package: github.com/wywygmbh/consul-master-election-tagger
import:
- package: github.com/garyburd/redigo
subpackages:
Expand Down

0 comments on commit 86be944

Please sign in to comment.