Skip to content

Commit

Permalink
test on travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Nov 17, 2016
1 parent ae7bd85 commit e4f5a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,4 @@ go:

install:
- make get-deps
- make test
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -3,7 +3,10 @@ VERSION := $(shell git show -s --format=%h)
cmd/ekbo/ekbo: *.go cmd/ekbo/main.go
cd cmd/ekbo && go build -ldflags="-X github.com/mackee/kuiperbelt.Version=$(VERSION)"

.PHONY: clean install get-deps
.PHONY: clean install get-deps test

test:
go test

get-deps:
go get .
Expand Down

0 comments on commit e4f5a06

Please sign in to comment.