We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ac75a commit 4da189fCopy full SHA for 4da189f
1 file changed
.travis.yml
@@ -32,7 +32,7 @@ before_script:
32
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/gopkg.in/apollo.v0
33
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/gopkg.in/apollo.v0
34
- GO_FILES=$(find . -iname '*.go' -type f | egrep -v '/vendor') # All the .go files, excluding vendor/
35
- - go get -u github.com/golang/lint/golint # Linter
+ - go get -u golang.org/x/lint/golint # Linter
36
- go get -u honnef.co/go/tools/cmd/staticcheck
37
- go get github.com/fzipp/gocyclo
38
0 commit comments