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 <[email protected]>
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:
-      - [email protected]
+      - [email protected]
   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

Reply via email to