Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Oct 13, 2015
1 parent b91befd commit e0c2e7c
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 @@ -10,9 +10,10 @@ env:
script:
- go version
- go get golang.org/x/tools/cmd/cover
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/stretchr/testify/assert
- go test -v -covermode=count -coverprofile=coverage.out *.go
- go test -v -covermode=count -coverprofile=coverage.out github.com/wookay/aheui-go

after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken NtrV5eEKgeQCz3F0do52oQVxjKQBxbzoq
Expand Down

0 comments on commit e0c2e7c

Please sign in to comment.