Revert "try to use glide to manage versions"

This reverts commit 023f561a73.
This commit is contained in:
Chris Lu
2019-06-30 23:17:01 -07:00
parent 023f561a73
commit d7ffca48c9

View File

@@ -10,11 +10,9 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH - export PATH=/home/travis/gopath/bin:$PATH
install: install:
- curl https://glide.sh/get | sh
- export CGO_ENABLED="0" - export CGO_ENABLED="0"
- go env - go env
- go get -u ./weed/... - go get -u ./weed/...
- cd weed; glide install
script: script:
- go test ./weed/... - go test ./weed/...