Skip to content

Commit

Permalink
coverage ./go
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 10, 2016
1 parent 10eae9a commit 61695d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:

script:
- go test -v -race ./...
- goveralls -service=travis-ci ./...
- goveralls -service=travis-ci .
- goveralls -service=travis-ci ./go
- go vet ./...
- golint -set_exit_status .

0 comments on commit 61695d2

Please sign in to comment.