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/13 10:17:38 UTC

[rocketmq-dashboard] branch master updated: Update .travis.yml

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new b28ced3  Update .travis.yml
b28ced3 is described below

commit b28ced3d8c9fb942d3e83e5137edf042e0dc685b
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Aug 13 18:17:33 2021 +0800

    Update .travis.yml
---
 .travis.yml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 43b1d99..926ff38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,20 @@
+dist: trusty
+
 notifications:
   email:
     recipients:
-      - styletang.me@gmail.com
+      - dev@rocketmq.apache.org
   on_success: change
   on_failure: always
 
 language: java
+
 jdk:
-#  - oraclejdk8
-  - oraclejdk7
+  - oraclejdk8
+  - oraclejdk11
+
 script:
   - travis_retry mvn -B clean
   - travis_retry mvn -B package findbugs:findbugs jacoco:report coveralls:report
 #after_success:
-#    - mvn sonar:sonar
\ No newline at end of file
+#    - mvn sonar:sonar