mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
more travis changes
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
before_install: sudo apt-get install libgmp3-dev
|
||||
install:
|
||||
- go get
|
||||
- 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
|
||||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
after_script:
|
||||
before_script:
|
||||
# - gofmt -l -w .
|
||||
# - goimports -l -w .
|
||||
# - golint .
|
||||
# - go vet ./...
|
||||
# - go test -race ./...
|
||||
- ./gocoverage.sh
|
||||
|
||||
Reference in New Issue
Block a user