1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 09:37:49 +02:00

try to use glide to manage versions

This commit is contained in:
Chris Lu 2019-06-30 22:47:10 -07:00
parent ce5aab66e9
commit 023f561a73

View file

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