replace dep with glide

This commit is contained in:
Jakob Schrettenbrunner
2017-06-27 12:43:55 +02:00
parent e928b337e7
commit a2af38f03e
6 changed files with 108 additions and 255 deletions

View File

@@ -5,11 +5,11 @@ go:
- master
install:
- go get github.com/golang/dep/cmd/dep
- curl https://glide.sh/get | sh
- go get github.com/mitchellh/gox
- go get github.com/haya14busa/goverage
- go get github.com/schrej/godacov
- dep ensure
- glide install
script:
- gox -output "build/{{.Dir}}_{{.OS}}_{{.Arch}}"