diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-30 22:47:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-30 22:47:10 -0700 |
| commit | 023f561a73964aacb74c38a670a88dec01af5da3 (patch) | |
| tree | a64388ad61057f2ce19782d92d848fcbf3d7cd19 | |
| parent | ce5aab66e952c5dd8857e5e9c270d209f4e69c34 (diff) | |
| download | seaweedfs-023f561a73964aacb74c38a670a88dec01af5da3.tar.xz seaweedfs-023f561a73964aacb74c38a670a88dec01af5da3.zip | |
try to use glide to manage versions
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b42847e8e..68c57a853 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/... |
