Skip to content

Commit

Permalink
update test target depends on build && update travis to run make test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyxning committed Nov 26, 2016
1 parent 2c0e0af commit 747c808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ install:
- make dep

script:
- make build
- make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1.2.0
dep:
go get -d ./...

test:
test: build
go test -v ./...

vet:
Expand Down

0 comments on commit 747c808

Please sign in to comment.