Skip to content

Commit 26333a6

Browse files
Dean KarnDean Karn
authored andcommitted
add goveralls test coverage
for #92
1 parent d8e0c4d commit 26333a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ go:
1010
- 1.2
1111
- 1.3
1212
- 1.4
13-
- tip
13+
- tip
14+
15+
before_install:
16+
- go get github.com/axw/gocov/gocov
17+
- go get github.com/mattn/goveralls
18+
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
19+
script:
20+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)