Skip to content

Commit 9d4c0ec

Browse files
joeybloggsjoeybloggs
authored andcommitted
update travis.ml for overalls, which is giving nothing but problems!
1 parent 302c3cf commit 9d4c0ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ go:
1010
- 1.3
1111
- 1.4
1212
- tip
13-
14-
before_install:
15-
- go get github.com/axw/gocov/gocov
16-
- go get github.com/mattn/goveralls
17-
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
13+
1814
script:
19-
- $HOME/gopath/bin/goveralls -service=travis-ci
15+
- go get golang.org/x/tools/cmd/cover
16+
- go get github.com/mattn/goveralls
17+
- go test -v -covermode=count -coverprofile=cover.out
18+
19+
after_success:
20+
- goveralls -coverprofile=cover.out -service=travis-ci -repotoken I6M8FiXZzErImgwMotJ7fwFlHOX8Hqdq1

0 commit comments

Comments
 (0)