Add Travis-CI config for Coveralls

This commit is contained in:
Dave Pifke 2017-05-25 13:01:13 -07:00
parent 84869f0e2c
commit 3d367e7a27
No known key found for this signature in database
GPG Key ID: 3685742996D9D533

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci