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