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

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

commit 1d8562c820b5f3ee16a566f0693d49c201830190
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Wed Oct 21 23:22:27 2020 +0800

    test it in metric/dubbo
---
 .travis.yml           | 1 +
 gen_integrate_test.sh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 29eb0b1..3118b34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,4 @@ import:
   - helloworld/dubbo/.travis.yml
   - direct/dubbo/.travis.yml
   - async/.travis.yml
+  - metric/dubbo/.travis.yml
diff --git a/gen_integrate_test.sh b/gen_integrate_test.sh
index 22c5507..9edb867 100755
--- a/gen_integrate_test.sh
+++ b/gen_integrate_test.sh
@@ -33,4 +33,7 @@ sed "s/%DIR%/$targetDir/g" .integration/testing/.travis.yml > 
$dir/.travis.yml
 echo "Copy integration_testing.sh.... "
 cp .integration/testing/integration_testing.sh $dir/go-client/
 cp .integration/testing/integration_testing.sh $dir/go-server/
+
+echo "Modify .travis.yml.... "
+echo "  - $dir/.travis.yml" >> .travis.yml
 echo "Auto test case for $dir finished!"
\ No newline at end of file

Reply via email to