Skip to content

Commit

Permalink
Add coverall script to travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rn3l-p4n1c committed Dec 8, 2018
1 parent c499e1c commit 85b2f6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,5 +1,10 @@
language: go

sudo: false
go:
- 1.7
- 1.9
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 85b2f6b

Please sign in to comment.