You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/08/26 02:33:04 UTC

[rocketmq-streams] branch main updated: Enable codecov

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 c966fe7  Enable codecov
c966fe7 is described below

commit c966fe758db10fbd778ed273deca711fbab0e689
Author: von gosling <vo...@apache.org>
AuthorDate: Thu Aug 26 10:31:45 2021 +0800

    Enable codecov
---
 .travis.yml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c2b28d0..cbc06bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,11 @@ dist: trusty
 
 language: java
 
-matrix:
-  include:
-    # On OSX, run with default JDK only.
-    # - os: osx
-    # On Linux, run with specific JDKs only.
-    - os: linux
-      env: CUSTOM_JDK="oraclejdk8"
+jdk:
+    - oraclejdk8
+    - oraclejdk9
+    - oraclejdk11
+    - openjdk8
 
 before_install:
   - echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
@@ -21,4 +19,4 @@ script:
   - travis_retry mvn -B clean install jacoco:report
 
 after_success:
-  - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
\ No newline at end of file
+  - bash <(curl -s https://codecov.io/bash)