From d7ffca48c901244911c35a60e75db557f049a8f1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 30 Jun 2019 23:17:01 -0700 Subject: [PATCH] Revert "try to use glide to manage versions" This reverts commit 023f561a73964aacb74c38a670a88dec01af5da3. --- .travis.yml | 2 -- 1 file changed, 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/...