mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
11 lines
256 B
YAML
11 lines
256 B
YAML
before_install: sudo apt-get install libgmp3-dev
|
|
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
|
|
language: go
|
|
go:
|
|
- 1.3
|
|
after_script:
|
|
- ./gocoverage.sh
|