OSDN Git Service

try fix fed_listen
authorHAOYUatHZ <haoyu@protonmail.com>
Mon, 10 Jun 2019 01:26:04 +0000 (09:26 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Mon, 10 Jun 2019 01:26:04 +0000 (09:26 +0800)
Makefile

index b1a294c..0480a3f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ functional-tests:
        @go test -timeout=5m -tags="functional" ./test 
 
 ci-bytom:
-       git clone --branch master https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
+       git clone --branch master https://github.com/Bytom/bytom.git /home/travis/gopath/src/github.com/bytom
 
 ci: ci-bytom test