aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-06-30 23:17:01 -0700
committerChris Lu <chris.lu@gmail.com>2019-06-30 23:17:01 -0700
commitd7ffca48c901244911c35a60e75db557f049a8f1 (patch)
tree9b7d43b4101f5b26120bfbdc6f99a59f1f4059ae
parent023f561a73964aacb74c38a670a88dec01af5da3 (diff)
downloadseaweedfs-d7ffca48c901244911c35a60e75db557f049a8f1.tar.xz
seaweedfs-d7ffca48c901244911c35a60e75db557f049a8f1.zip
Revert "try to use glide to manage versions"
This reverts commit 023f561a73964aacb74c38a670a88dec01af5da3.
-rw-r--r--.travis.yml2
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/...