You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/07/08 10:56:07 UTC

[rocketmq] 01/02: Make travis ci can pass when function interface changed

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

jinrongtong pushed a commit to branch develop-merge-5.0.0
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit d4f5d96967dd93011b4aeecd34e795780e04d495
Author: RongtongJin <ji...@mails.ucas.ac.cn>
AuthorDate: Fri Jul 8 15:55:19 2022 +0800

    Make travis ci can pass when function interface changed
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8a2d8c749..837ae1fe7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,9 +50,8 @@ before_script:
 script:
   - mvn verify -DskipTests
   - travis_retry mvn -B clean apache-rat:check
-  - travis_retry mvn -B clean test jacoco:report coveralls:report
-  - travis_retry mvn -B clean test -pl test -Pit-test
-  - travis_retry mvn -B clean install -DskipTests
+  - travis_retry mvn -B install jacoco:report coveralls:report
+  - travis_retry mvn -B clean install -pl test -Pit-test
 
 after_success:
   - mvn sonar:sonar -Psonar-apache