1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/circle.yml
Alessandro Boch 2781cb0e1e Force go 1.7.1 in circle.yml to resolve failure to get golint
Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-10-12 13:02:53 -07:00

19 lines
437 B
YAML

machine:
environment:
GODIST: "go1.7.1.linux-amd64.tar.gz"
services:
- docker
dependencies:
override:
- sudo apt-get update; sudo apt-get install -y iptables zookeeperd
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/cover
- go get github.com/tools/godep
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
test:
override:
- make circle-ci