diff --git a/.travis.yml b/.travis.yml index f7c8071..4d92cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,6 @@ script: - cd tests/ - go test -c -covermode=count -coverpkg=github.com/gojuno/minimock/tests - ./tests.test -test.coverprofile coverage.cov + +after_script: - $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.cov