test: Add coverage measurement using coveralls

This commit is contained in:
tsuyoshiwada 2018-02-24 02:33:58 +09:00
parent d0bac0c1df
commit 2b81993531

View file

@ -5,6 +5,7 @@ notifications:
go:
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
before_script:
@ -13,6 +14,7 @@ before_script:
- timedatectl
script:
- make test
- goveralls -service=travis-ci
branches:
only:
- master