This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
The following commit(s) were added to refs/heads/main by this push:
new b93192f Update .travis.yml
b93192f is described below
commit b93192f8fdd91ef880c19cf72bc4d4978e125e7a
Author: von gosling <[email protected]>
AuthorDate: Thu Aug 26 12:57:52 2021 +0800
Update .travis.yml
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 80febc6..7577d88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,5 @@ script:
- travis_retry mvn -B clean install jacoco:report
after_success:
+ - mvn test
- bash <(curl -s https://codecov.io/bash)