Skip to content

Commit

Permalink
update build tasks setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed May 31, 2017
1 parent 97bdbf4 commit 026c5b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ script:
after_script:
- make cover
before_deploy:
- make rpm deb
- go get github.com/motemen/gobump/cmd/gobump
- go get github.com/mackerelio/golib/cmd/mackerel-github-release
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BIN = mkr
VERSION = 0.16.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

all: clean cross lint gofmt test
all: clean cross lint gofmt test rpm deb

test: testdeps
go test -v ./...
Expand Down

0 comments on commit 026c5b6

Please sign in to comment.