mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
update travis steps
This commit is contained in:
parent
58812fad42
commit
71b338e8ac
1 changed files with 4 additions and 3 deletions
|
|
@ -11,10 +11,11 @@ install:
|
|||
- go get code.google.com/p/go.tools/cmd/vet
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- ./install_deps.sh
|
||||
after_script:
|
||||
# - gofmt -l -w .
|
||||
# - goimports -l -w .
|
||||
before_script:
|
||||
- gofmt -l -w .
|
||||
- goimports -l -w .
|
||||
# - golint .
|
||||
# - go vet ./...
|
||||
# - go test -race ./...
|
||||
script:
|
||||
- ./gocoverage.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue