You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/01 12:18:15 UTC

[servicecomb-toolkit] branch master updated: SCB-1334 Specify the jdk version in travis.yaml

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 cec0f55  SCB-1334 Specify the jdk version in travis.yaml
cec0f55 is described below

commit cec0f55c9ab49153c2b815a5e5cb1698136abefe
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Mon Jul 1 20:17:59 2019 +0800

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

diff --git a/.travis.yml b/.travis.yml
index f044614..ff92bb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,7 @@ cache:
 language: java
 
 install: true
+jdk:
+- oraclejdk8
 
 script: ./scripts/test.sh