forked from forks/go-ethereum
Updated tool import paths
This commit is contained in:
parent
ca7f385294
commit
176c98eb66
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ before_install:
|
|||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/goimports
|
||||
- go get github.com/golang/lint/golint
|
||||
# - go get code.google.com/p/go.tools/cmd/vet
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
# - go get golang.org/x/tools/cmd/vet
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
- ./install_deps.sh
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue