mirror of
https://github.com/moby/moby.git
synced 2026-07-22 07:21:16 +00:00
Remove unused package in circle.yml
Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
This commit is contained in:
@@ -6,14 +6,9 @@ machine:
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- sudo apt-get update; sudo apt-get install -y iptables zookeeperd
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user