mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
.travis.yml: speed up tests on Travis
This should decrease test runtime to about 30 seconds.
This commit is contained in:
@@ -11,10 +11,7 @@ install:
|
||||
# - go get golang.org/x/tools/cmd/vet
|
||||
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get gopkg.in/check.v1
|
||||
- go get github.com/tools/godep
|
||||
before_script:
|
||||
- godep restore
|
||||
- gofmt -l -w .
|
||||
- goimports -l -w .
|
||||
- golint .
|
||||
|
||||
Reference in New Issue
Block a user