We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ee68 commit ea05e0eCopy full SHA for ea05e0e
.travis.yml
@@ -3,13 +3,13 @@ language: go
3
go:
4
- "1.8"
5
- "1.9"
6
- - "1.10"
+- "1.10"
7
8
before_install:
9
- go get github.com/axw/gocov/gocov
10
- - go get github.com/mattn/goveralls
+ - go get github.com/yuin/goveralls
11
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
12
install:
13
- go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq | grep -v gopher-lua)
14
script:
15
- - $HOME/gopath/bin/goveralls -service=travis-ci
+ - $HOME/gopath/bin/goveralls -vetoff -service=travis-ci
0 commit comments