aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/...