Skip to content

Commit 895d0bb

Browse files
authored
TravisCI: change golint URL (#96)
Use "golang.org/x/lint/golint" for Golint.
1 parent a3cf16d commit 895d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: go
33
install:
44
- go get golang.org/x/tools/cmd/goimports
5-
- go get github.com/golang/lint/golint
5+
- go get golang.org/x/lint/golint
66
- go get github.com/mattn/goveralls
77
- go get github.com/wadey/gocovmerge
88
- go get github.com/go-critic/go-critic/...

0 commit comments

Comments
 (0)