go-ethereum/.travis.yml
2014-11-14 20:58:09 -06:00

11 lines
257 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
before_script:
- ./gocoverage.sh