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 db8431a commit 8bfc767Copy full SHA for 8bfc767
.travis.yml
@@ -6,13 +6,13 @@ go:
6
- "1.11.x"
7
env:
8
global:
9
- GO111MODULE='off'
+ GO111MODULE=off
10
11
before_install:
12
- go get github.com/axw/gocov/gocov
13
- go get github.com/mattn/goveralls
14
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
15
install:
16
- - go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq | grep -v gopher-lua)
+ - go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq | grep '\.' | grep -v gopher-lua)
17
script:
18
- $HOME/gopath/bin/goveralls -service=travis-ci
0 commit comments