mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-26 10:24:14 +08:00
try to use glide to manage versions
This commit is contained in:
@@ -10,9 +10,11 @@ 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/...
|
||||||
|
|||||||
Reference in New Issue
Block a user