Skip to content

Commit 9e3b03a

Browse files
committed
Fix travis coveralls integration
1 parent f71116e commit 9e3b03a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: go
22
go:
3-
- 1.5
4-
- 1.6
3+
- 1.7
54
- tip
65
before_install:
7-
- go get github.com/axw/gocov/gocov
86
- go get github.com/mattn/goveralls
9-
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
107
script:
11-
- $HOME/gopath/bin/goveralls -service=travis-ci
12-
8+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)