mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1759 from huikang/remove-unused-go-packages-ci
Remove unused packages in circle.yml
This commit is contained in:
commit
e0252061d0
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue