Skip to content

Commit

Permalink
fix(ci): Use goveralls to connect to coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
frankenbeanies committed Mar 13, 2018
1 parent dd6a4f9 commit db09fa4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
language: go
go:
- master
- master
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit db09fa4

Please sign in to comment.