This is an automated email from the ASF dual-hosted git repository.

joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit 40a18d38ab3f6334f8a0da76b59f27b7b386ae2c
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Thu Oct 15 00:23:55 2020 +0800

    fix test problems
---
 async/.travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/async/.travis.yml b/async/.travis.yml
index 6177f28..4d6e2ea 100644
--- a/async/.travis.yml
+++ b/async/.travis.yml
@@ -4,7 +4,7 @@ jobs:
   include:
     - stage: Test async
       script:
-        - PROJECT_HOME=$(pwd)/golang
+        - PROJECT_HOME=$(pwd)
         - CASE_HOME=/direct/dubbo
         - GO_SERVER=/go-server
         - GO_CLIENT=/go-client

Reply via email to