add coverage to travis

This commit is contained in:
Jimmy Zelinskie 2016-03-02 19:24:04 -05:00
parent 730de81b9f
commit 8acdb3c74f

View file

@ -6,7 +6,13 @@ go:
sudo: false
script: go test -v ./...
install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get -t ./...
script:
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
notifications:
irc: