mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-11 15:33:31 -07:00
Fix path to golint for travis
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ matrix:
|
||||
# Using vendored dependencies
|
||||
- install:
|
||||
- go get -u github.com/golang/dep/...
|
||||
- go get -u github.com/golang/lint/...
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u golang.org/x/tools/cmd/...
|
||||
script:
|
||||
- dep ensure
|
||||
@@ -24,7 +24,7 @@ matrix:
|
||||
# Using HEAD of dependencies
|
||||
- install:
|
||||
- go get -t ./...
|
||||
- go get -u github.com/golang/lint/...
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u golang.org/x/tools/cmd/...
|
||||
script:
|
||||
- go test -v $(go list ./...)
|
||||
@@ -41,7 +41,7 @@ matrix:
|
||||
# Using HEAD of dependencies
|
||||
- install:
|
||||
- go get -t ./...
|
||||
- go get -u github.com/golang/lint/...
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u golang.org/x/tools/cmd/...
|
||||
script:
|
||||
- go test -v $(go list ./...)
|
||||
|
||||
Reference in New Issue
Block a user