mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
more travis changes
This commit is contained in:
parent
9481f86c37
commit
bc5d924b83
1 changed files with 7 additions and 1 deletions
|
|
@ -1,10 +1,16 @@
|
||||||
before_install: sudo apt-get install libgmp3-dev
|
before_install: sudo apt-get install libgmp3-dev
|
||||||
install:
|
install:
|
||||||
|
- go get
|
||||||
- go get code.google.com/p/go.tools/cmd/goimports
|
- go get code.google.com/p/go.tools/cmd/goimports
|
||||||
- go get github.com/golang/lint/golint
|
- 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/vet
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
after_script:
|
before_script:
|
||||||
|
# - gofmt -l -w .
|
||||||
|
# - goimports -l -w .
|
||||||
|
# - golint .
|
||||||
|
# - go vet ./...
|
||||||
|
# - go test -race ./...
|
||||||
- ./gocoverage.sh
|
- ./gocoverage.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue