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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git


The following commit(s) were added to refs/heads/master by this push:
     new 08135e4  SCB-1334 Specify the jdk version in travis.yaml
08135e4 is described below

commit 08135e438e4d3392efb2aa54b3f08c2f7d0acd63
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Jul 1 22:54:12 2019 +0800

    SCB-1334 Specify the jdk version in travis.yaml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ff92bb2..f9b9704 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,6 @@ language: java
 
 install: true
 jdk:
-- oraclejdk8
+- openjdk8
 
 script: ./scripts/test.sh

Reply via email to