You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/07/30 08:24:10 UTC

[dubbo-spring-boot-project] branch master updated: Update .travis.yml

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

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


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

commit 6332c98b1787cc3376afdd9ce5a000164b677c9d
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Tue Jul 30 16:24:05 2019 +0800

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

diff --git a/.travis.yml b/.travis.yml
index 041395b..af79f19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ sudo: false # faster builds
 
 jdk:
     - openjdk11
-    - oraclejdk8
+    - openjdk8
 
 script: "mvn clean package"
 
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
+  - bash <(curl -s https://codecov.io/bash)