Skip to content

Commit 4da189f

Browse files
authored
Update .travis.yml
1 parent 92ac75a commit 4da189f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_script:
3232
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/gopkg.in/apollo.v0
3333
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/gopkg.in/apollo.v0
3434
- 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
35+
- go get -u golang.org/x/lint/golint # Linter
3636
- go get -u honnef.co/go/tools/cmd/staticcheck
3737
- go get github.com/fzipp/gocyclo
3838

0 commit comments

Comments
 (0)