Remove unused package in circle.yml
Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
This commit is contained in:
parent
89b89862aa
commit
f2db3987e1
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