aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-09-03 11:26:11 -0700
committerChris Lu <chris.lu@gmail.com>2019-09-03 11:26:11 -0700
commitd9a997cb9e57bcb858d31d91f1c62c362515166f (patch)
tree42b77ae1fcfab38b1303a7604ba548d6b418ca48
parent6361e2b2fcd5e8b59128bf01f2a50d4743181b7a (diff)
downloadseaweedfs-d9a997cb9e57bcb858d31d91f1c62c362515166f.tar.xz
seaweedfs-d9a997cb9e57bcb858d31d91f1c62c362515166f.zip
work with travis1.43
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e156a2eb..ce20a482b 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ clean:
deps:
go get $(GO_FLAGS) -d $(SOURCE_DIR)
- rm -rf $GOPATH/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
- rm -rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
+ rm -rf /home/travis/gopath/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
+ rm -rf /home/travis/gopath/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
build: deps
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)