Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Sep 29, 2015
1 parent c298b09 commit e80c8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ before_install:
- go get golang.org/x/tools/cmd/cover
script:
- make test testrace
- goveralls google.golang.org/grpc/...
- make coverage
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ testrace: testdeps

clean:
go clean google.golang.org/grpc/...

coverage: testdeps:
goveralls google.golang.org/grpc/...

0 comments on commit e80c8e9

Please sign in to comment.