We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a34c2 commit af8692cCopy full SHA for af8692c
.travis.yml
@@ -5,5 +5,7 @@ go:
5
- 1.7
6
services:
7
- redis-server
8
+before_install:
9
+ - go get github.com/mattn/goveralls
10
script:
11
- $HOME/gopath/bin/goveralls -service=travis-ci
0 commit comments